1 write to commentIndicatorColor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
2444
this.
commentIndicatorColor
= value;
3 references to commentIndicatorColor
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2436
return this.
commentIndicatorColor
;
2992
this.commentIndicatorPen = new Pen(this.
commentIndicatorColor
, 1);
3004
this.commentIndicatorBrush = new SolidBrush(Color.FromArgb(40, this.
commentIndicatorColor
));