3 writes to previewForegroundBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
1712
this.
previewForegroundBrush
= null;
1764
this.
previewForegroundBrush
= null;
1882
this.
previewForegroundBrush
= new SolidBrush(this.previewForeColor);
6 references to previewForegroundBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
1709
if (this.
previewForegroundBrush
!= null)
1711
this.
previewForegroundBrush
.Dispose();
1761
if (this.
previewForegroundBrush
!= null)
1763
this.
previewForegroundBrush
.Dispose();
1881
if (this.
previewForegroundBrush
== null)
1883
return this.
previewForegroundBrush
;