4 references to LeftConnectionPoint
System.Workflow.Activities (4)
Designers\StateDesigner.cs (3)
1100if ((edges & DesignerEdges.Left) > 0 && layout.LeftConnectionPoint != Point.Empty) 1131if ((edges & DesignerEdges.Left) > 0 && layout.LeftConnectionPoint != Point.Empty) 1132connections.Add(layout.LeftConnectionPoint);
Designers\StateDesigner.Layouts.cs (1)
47return designerLayout.LeftConnectionPoint;