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