Home
last modified time | relevance | path

Searched refs:selectionForegroundPen (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DThemes.cs2016 private Pen selectionForegroundPen; field in System.Workflow.ComponentModel.Design.AmbientTheme
2093 if (this.selectionForegroundPen != null) in Dispose()
2095 this.selectionForegroundPen.Dispose(); in Dispose()
2096 this.selectionForegroundPen = null; in Dispose()
2353 if (this.selectionForegroundPen != null)
2355 this.selectionForegroundPen.Dispose();
2356 this.selectionForegroundPen = null;
2928 if (this.selectionForegroundPen == null)
2929 this.selectionForegroundPen = new Pen(this.selectionForeColor, 1);
2930 return this.selectionForegroundPen;
H A DThemes.cs.back2016 private Pen selectionForegroundPen;
2093 if (this.selectionForegroundPen != null)
2095 this.selectionForegroundPen.Dispose();
2096 this.selectionForegroundPen = null;
2353 if (this.selectionForegroundPen != null)
2355 this.selectionForegroundPen.Dispose();
2356 this.selectionForegroundPen = null;
2928 if (this.selectionForegroundPen == null)
2929 this.selectionForegroundPen = new Pen(this.selectionForeColor, 1);
2930 return this.selectionForegroundPen;