3 writes to foregroundBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
1027
this.
foregroundBrush
= null;
1119
this.
foregroundBrush
= null;
1275
this.
foregroundBrush
= new SolidBrush(this.foreColor);
6 references to foregroundBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
1024
if (this.
foregroundBrush
!= null)
1026
this.
foregroundBrush
.Dispose();
1116
if (this.
foregroundBrush
!= null)
1118
this.
foregroundBrush
.Dispose();
1274
if (this.
foregroundBrush
== null)
1276
return this.
foregroundBrush
;