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