3 writes to foregroundBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2072this.foregroundBrush = null; 2422this.foregroundBrush = null; 3028this.foregroundBrush = new SolidBrush(this.foreColor);
6 references to foregroundBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2069if (this.foregroundBrush != null) 2071this.foregroundBrush.Dispose(); 2419if (this.foregroundBrush != null) 2421this.foregroundBrush.Dispose(); 3027if (this.foregroundBrush == null) 3029return this.foregroundBrush;