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