1 write to readonlyIndicatorColor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
2477
this.
readonlyIndicatorColor
= value;
2 references to readonlyIndicatorColor
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Themes.cs (2)
2469
return this.
readonlyIndicatorColor
;
3016
this.readonlyIndicatorBrush = new SolidBrush(Color.FromArgb(20, this.
readonlyIndicatorColor
));