3 writes to selectionForegroundPen
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2096this.selectionForegroundPen = null; 2356this.selectionForegroundPen = null; 2929this.selectionForegroundPen = new Pen(this.selectionForeColor, 1);
6 references to selectionForegroundPen
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2093if (this.selectionForegroundPen != null) 2095this.selectionForegroundPen.Dispose(); 2353if (this.selectionForegroundPen != null) 2355this.selectionForegroundPen.Dispose(); 2928if (this.selectionForegroundPen == null) 2930return this.selectionForegroundPen;