3 references to GetDesignerPath
System.Workflow.ComponentModel (3)
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (1)
158using (Region clipRegion = new Region(ActivityDesignerPaint.GetDesignerPath(ParentView.RootDesigner, false)))
AuthoringOM\Design\WorkflowLayouts.cs (1)
169using (Region clipRegion = new Region(ActivityDesignerPaint.GetDesignerPath(this.parentView.RootDesigner, false)))
AuthoringOM\Design\WorkflowView.cs (1)
1595using (GraphicsPath designerPath = ActivityDesignerPaint.GetDesignerPath(workflowView.RootDesigner, false))