3 writes to commentIndicatorBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2132this.commentIndicatorBrush = null; 2455this.commentIndicatorBrush = null; 3004this.commentIndicatorBrush = new SolidBrush(Color.FromArgb(40, this.commentIndicatorColor));
6 references to commentIndicatorBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2129if (this.commentIndicatorBrush != null) 2131this.commentIndicatorBrush.Dispose(); 2452if (this.commentIndicatorBrush != null) 2454this.commentIndicatorBrush.Dispose(); 3003if (this.commentIndicatorBrush == null) 3005return this.commentIndicatorBrush;