3 writes to dropIndicatorBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2144
this.
dropIndicatorBrush
= null;
2329
this.
dropIndicatorBrush
= null;
2965
this.
dropIndicatorBrush
= new SolidBrush(this.dropIndicatorColor);
6 references to dropIndicatorBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2141
if (this.
dropIndicatorBrush
!= null)
2143
this.
dropIndicatorBrush
.Dispose();
2326
if (this.
dropIndicatorBrush
!= null)
2328
this.
dropIndicatorBrush
.Dispose();
2964
if (this.
dropIndicatorBrush
== null)
2966
return this.
dropIndicatorBrush
;