3 writes to selectionPatternPen
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2090this.selectionPatternPen = null; 2389this.selectionPatternPen = null; 2914this.selectionPatternPen = new Pen(this.selectionPatternColor, 1);
7 references to selectionPatternPen
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Themes.cs (7)
2087if (this.selectionPatternPen != null) 2089this.selectionPatternPen.Dispose(); 2386if (this.selectionPatternPen != null) 2388this.selectionPatternPen.Dispose(); 2912if (this.selectionPatternPen == null) 2915this.selectionPatternPen.DashStyle = DashStyle.Dot; 2918return this.selectionPatternPen;