1 write to selectionForeColor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
2351
this.
selectionForeColor
= value;
3 references to selectionForeColor
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2343
return this.
selectionForeColor
;
2929
this.selectionForegroundPen = new Pen(this.
selectionForeColor
, 1);
2941
this.selectionForegroundBrush = new SolidBrush(this.
selectionForeColor
);