3 writes to commentIndicatorPen
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2126this.commentIndicatorPen = null; 2449this.commentIndicatorPen = null; 2992this.commentIndicatorPen = new Pen(this.commentIndicatorColor, 1);
6 references to commentIndicatorPen
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2123if (this.commentIndicatorPen != null) 2125this.commentIndicatorPen.Dispose(); 2446if (this.commentIndicatorPen != null) 2448this.commentIndicatorPen.Dispose(); 2991if (this.commentIndicatorPen == null) 2993return this.commentIndicatorPen;