3 writes to foregroundBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
1027this.foregroundBrush = null; 1119this.foregroundBrush = null; 1275this.foregroundBrush = new SolidBrush(this.foreColor);
6 references to foregroundBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
1024if (this.foregroundBrush != null) 1026this.foregroundBrush.Dispose(); 1116if (this.foregroundBrush != null) 1118this.foregroundBrush.Dispose(); 1274if (this.foregroundBrush == null) 1276return this.foregroundBrush;