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