3 writes to selectionForegroundBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2150this.selectionForegroundBrush = null; 2362this.selectionForegroundBrush = null; 2941this.selectionForegroundBrush = new SolidBrush(this.selectionForeColor);
6 references to selectionForegroundBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2147if (this.selectionForegroundBrush != null) 2149this.selectionForegroundBrush.Dispose(); 2359if (this.selectionForegroundBrush != null) 2361this.selectionForegroundBrush.Dispose(); 2940if (this.selectionForegroundBrush == null) 2942return this.selectionForegroundBrush;