3 references to GetDesignerPath
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ActivityDesigner.cs (1)
2971using (GraphicsPath graphicsPath = ActivityDesignerPaint.GetDesignerPath(this, Point.Empty, new Size(DesignerTheme.BorderWidth, DesignerTheme.BorderWidth), DesignerEdges.All, false))
AuthoringOM\Design\DesignerHelpers.cs (2)
529return GetDesignerPath(designer, Point.Empty, Size.Empty, DesignerEdges.None, enableRoundedCorners); 534return GetDesignerPath(designer, offset, inflate, edgeToInflate, true);