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