8 references to SelectionForegroundPen
System.Workflow.Activities (1)
Designers\StateDesignerConnector.cs (1)
240
e.Graphics.DrawPath(e.AmbientTheme.
SelectionForegroundPen
, path);
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Connector.cs (4)
175
e.Graphics.DrawEllipse(e.AmbientTheme.
SelectionForegroundPen
, bounds);
482
using (Pen editableConnectorPen = new Pen(e.AmbientTheme.
SelectionForegroundPen
.Color, e.AmbientTheme.
SelectionForegroundPen
.Width))
529
e.Graphics.DrawPath(e.AmbientTheme.
SelectionForegroundPen
, path);
AuthoringOM\Design\DesignerHelpers.cs (1)
263
graphics.DrawRectangle(WorkflowTheme.CurrentTheme.AmbientTheme.
SelectionForegroundPen
, grabHandle);
AuthoringOM\Design\DesignerWidgets.cs (1)
2749
graphics.DrawRectangle(ambientTheme.
SelectionForegroundPen
, itemRectangle);
AuthoringOM\Design\MessageFilters\DragSelectionMessageFilter.cs (1)
122
e.Graphics.DrawRectangle(ambientTheme.
SelectionForegroundPen
, dragRectangle.X, dragRectangle.Y, dragRectangle.Width - 1, dragRectangle.Height - 1);