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