1 write to foreColor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
2411
this.
foreColor
= value;
3 references to foreColor
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2403
return this.
foreColor
;
2978
this.foregroundPen = new Pen(this.
foreColor
, 1);
3028
this.foregroundBrush = new SolidBrush(this.
foreColor
);