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