3 writes to previewBackgroundBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
1718this.previewBackgroundBrush = null; 1790this.previewBackgroundBrush = null; 1894this.previewBackgroundBrush = new SolidBrush(this.previewBackColor);
6 references to previewBackgroundBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
1715if (this.previewBackgroundBrush != null) 1717this.previewBackgroundBrush.Dispose(); 1787if (this.previewBackgroundBrush != null) 1789this.previewBackgroundBrush.Dispose(); 1893if (this.previewBackgroundBrush == null) 1895return this.previewBackgroundBrush;