2 references to ExpandButtonForegoundPen
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerHelpers.cs (2)
380
graphics.DrawLine(CompositeDesignerTheme.
ExpandButtonForegoundPen
, boundingRect.Left + 2, boundingRect.Top + boundingRect.Height / 2, boundingRect.Right - 2, boundingRect.Top + boundingRect.Height / 2);
382
graphics.DrawLine(CompositeDesignerTheme.
ExpandButtonForegoundPen
, boundingRect.Left + boundingRect.Width / 2, boundingRect.Top + 2, boundingRect.Left + boundingRect.Width / 2, boundingRect.Bottom - 2);