8 references to GetSourceConnectionPoint
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoSplitHelper.cs (2)
18UIElement srcShape = FreeFormPanel.GetSourceConnectionPoint(connector).ParentDesigner; 56UIElement srcShape = FreeFormPanel.GetSourceConnectionPoint(connector).ParentDesigner;
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\Connector.cs (2)
124ConnectionPoint sourceConnectionPoint = FreeFormPanel.GetSourceConnectionPoint(this); 303UIElement sourceDesigner = VirtualizedContainerService.TryGetVirtualizedElement(FreeFormPanel.GetSourceConnectionPoint(this.Owner).ParentDesigner);
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (2)
109ConnectionPoint srcConnectionPoint = FreeFormPanel.GetSourceConnectionPoint(this.Connector); 479ConnectionPoint srcConnPt = FreeFormPanel.GetSourceConnectionPoint(this.editedConnector);
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (2)
413Point srcPoint = FreeFormPanel.GetLocationRelativeToOutmostPanel(FreeFormPanel.GetSourceConnectionPoint(connectorChild)); 597Point[] pts = ConnectorRouter.Route(this, FreeFormPanel.GetSourceConnectionPoint(connector), FreeFormPanel.GetDestinationConnectionPoint(connector));