3 writes to previewForegroundBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
1712this.previewForegroundBrush = null; 1764this.previewForegroundBrush = null; 1882this.previewForegroundBrush = new SolidBrush(this.previewForeColor);
6 references to previewForegroundBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
1709if (this.previewForegroundBrush != null) 1711this.previewForegroundBrush.Dispose(); 1761if (this.previewForegroundBrush != null) 1763this.previewForegroundBrush.Dispose(); 1881if (this.previewForegroundBrush == null) 1883return this.previewForegroundBrush;