3 writes to dropIndicatorPen
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2084this.dropIndicatorPen = null; 2323this.dropIndicatorPen = null; 2953this.dropIndicatorPen = new Pen(this.dropIndicatorColor, BorderWidth);
6 references to dropIndicatorPen
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2081if (this.dropIndicatorPen != null) 2083this.dropIndicatorPen.Dispose(); 2320if (this.dropIndicatorPen != null) 2322this.dropIndicatorPen.Dispose(); 2952if (this.dropIndicatorPen == null) 2954return this.dropIndicatorPen;