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