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