3 writes to backgroundBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2078this.backgroundBrush = null; 2511this.backgroundBrush = null; 3040this.backgroundBrush = new SolidBrush(this.backColor);
6 references to backgroundBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2075if (this.backgroundBrush != null) 2077this.backgroundBrush.Dispose(); 2508if (this.backgroundBrush != null) 2510this.backgroundBrush.Dispose(); 3039if (this.backgroundBrush == null) 3041return this.backgroundBrush;