6 writes to backgroundBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
1039this.backgroundBrush = null; 1199this.backgroundBrush = null; 1225this.backgroundBrush = null; 1249this.backgroundBrush = null; 1306this.backgroundBrush = new SolidBrush(this.backColorStart); 1308this.backgroundBrush = new LinearGradientBrush(this.backgroundBrushRect, this.backColorStart, this.backColorEnd, this.backgroundStyle);
12 references to backgroundBrush
System.Workflow.ComponentModel (12)
AuthoringOM\Design\Themes.cs (12)
1036if (this.backgroundBrush != null) 1038this.backgroundBrush.Dispose(); 1196if (this.backgroundBrush != null) 1198this.backgroundBrush.Dispose(); 1222if (this.backgroundBrush != null) 1224this.backgroundBrush.Dispose(); 1246if (this.backgroundBrush != null) 1248this.backgroundBrush.Dispose(); 1299if (this.backgroundBrush == null || this.backgroundBrushRect != rectangle) 1301if (this.backgroundBrush != null) 1302this.backgroundBrush.Dispose(); 1310return this.backgroundBrush;