3 writes to foregroundBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2072
this.
foregroundBrush
= null;
2422
this.
foregroundBrush
= null;
3028
this.
foregroundBrush
= new SolidBrush(this.foreColor);
6 references to foregroundBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2069
if (this.
foregroundBrush
!= null)
2071
this.
foregroundBrush
.Dispose();
2419
if (this.
foregroundBrush
!= null)
2421
this.
foregroundBrush
.Dispose();
3027
if (this.
foregroundBrush
== null)
3029
return this.
foregroundBrush
;