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