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