1 write to SelectionForeColor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
3176SelectionForeColor = SystemColors.Highlight;
5 references to SelectionForeColor
System.Workflow.Activities (2)
Designers\StateDesignerConnector.cs (2)
146using (Pen lineEditPen = new Pen(WorkflowTheme.CurrentTheme.AmbientTheme.SelectionForeColor, 1)) 177using (Pen lineSelectionPen = new Pen(WorkflowTheme.CurrentTheme.AmbientTheme.SelectionForeColor, 1))
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ActivityDesigner.cs (1)
3081using (Brush transparentSelectionBrush = new SolidBrush(Color.FromArgb(50, WorkflowTheme.CurrentTheme.AmbientTheme.SelectionForeColor)))
AuthoringOM\Design\Connector.cs (1)
455using (Pen lineSelectionPen = new Pen(WorkflowTheme.CurrentTheme.AmbientTheme.SelectionForeColor, 1))
AuthoringOM\Design\MessageFilters\DragSelectionMessageFilter.cs (1)
118using (Brush dragRectangleBrush = new SolidBrush(Color.FromArgb(10, ambientTheme.SelectionForeColor)))