3 references to Red
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerHelpers.cs (3)
582
graphics.DrawRectangle(Pens.
Red
, bounds);
583
graphics.DrawLine(Pens.
Red
, bounds.Left, bounds.Top, bounds.Right, bounds.Bottom);
584
graphics.DrawLine(Pens.
Red
, bounds.Right, bounds.Top, bounds.Left, bounds.Bottom);