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