3 writes to readonlyIndicatorBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2138this.readonlyIndicatorBrush = null; 2482this.readonlyIndicatorBrush = null; 3016this.readonlyIndicatorBrush = new SolidBrush(Color.FromArgb(20, this.readonlyIndicatorColor));
6 references to readonlyIndicatorBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2135if (this.readonlyIndicatorBrush != null) 2137this.readonlyIndicatorBrush.Dispose(); 2479if (this.readonlyIndicatorBrush != null) 2481this.readonlyIndicatorBrush.Dispose(); 3015if (this.readonlyIndicatorBrush == null) 3017return this.readonlyIndicatorBrush;