1 write to dropIndicatorColor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
2318
this.
dropIndicatorColor
= value;
4 references to dropIndicatorColor
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Themes.cs (4)
2310
return this.
dropIndicatorColor
;
2953
this.dropIndicatorPen = new Pen(this.
dropIndicatorColor
, BorderWidth);
2965
this.dropIndicatorBrush = new SolidBrush(this.
dropIndicatorColor
);
3142
DropIndicatorColor = this.
dropIndicatorColor
;