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