8 references to GetLocationRelativeToOutmostPanel
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (6)
59
return Route(panel, srPoint, FreeFormPanel.
GetLocationRelativeToOutmostPanel
(destConnPoint), null, FreeFormPanel.GetEdgeRelativeToOutmostPanel(destConnPoint), null, destElement);
67
return Route(panel, FreeFormPanel.
GetLocationRelativeToOutmostPanel
(srcConnPoint), destPoint, FreeFormPanel.GetEdgeRelativeToOutmostPanel(srcConnPoint), null, srcElement, null);
83
return Route(panel, FreeFormPanel.
GetLocationRelativeToOutmostPanel
(srcConnectionPoint), FreeFormPanel.
GetLocationRelativeToOutmostPanel
(destConnPoint),
104
return Route(panel, FreeFormPanel.
GetLocationRelativeToOutmostPanel
(srcConnPoint), FreeFormPanel.
GetLocationRelativeToOutmostPanel
(destConnPoint),
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (2)
413
Point srcPoint = FreeFormPanel.
GetLocationRelativeToOutmostPanel
(FreeFormPanel.GetSourceConnectionPoint(connectorChild));
414
Point destPoint = FreeFormPanel.
GetLocationRelativeToOutmostPanel
(FreeFormPanel.GetDestinationConnectionPoint(connectorChild));