14 references to ParentDesigner
System.Data (14)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoSplitHelper.cs (4)
18
UIElement srcShape = FreeFormPanel.GetSourceConnectionPoint(connector).
ParentDesigner
;
19
UIElement destShape = FreeFormPanel.GetDestinationConnectionPoint(connector).
ParentDesigner
;
56
UIElement srcShape = FreeFormPanel.GetSourceConnectionPoint(connector).
ParentDesigner
;
57
UIElement destShape = FreeFormPanel.GetDestinationConnectionPoint(connector).
ParentDesigner
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPoint.cs (1)
113
FrameworkElement parent = this.
ParentDesigner
as FrameworkElement;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\Connector.cs (4)
127
return sourceConnectionPoint.
ParentDesigner
;
141
return destinationConnectionPoint.
ParentDesigner
;
303
UIElement sourceDesigner = VirtualizedContainerService.TryGetVirtualizedElement(FreeFormPanel.GetSourceConnectionPoint(this.Owner).
ParentDesigner
);
305
UIElement destinationDesigner = VirtualizedContainerService.TryGetVirtualizedElement(FreeFormPanel.GetDestinationConnectionPoint(this.Owner).
ParentDesigner
);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (5)
58
UIElement destElement = destConnPoint.
ParentDesigner
;
66
UIElement srcElement = srcConnPoint.
ParentDesigner
;
84
FreeFormPanel.GetEdgeRelativeToOutmostPanel(srcConnectionPoint), FreeFormPanel.GetEdgeRelativeToOutmostPanel(destConnPoint), srcConnectionPoint.
ParentDesigner
, destConnPtsAdorner.AdornedElement);
102
UIElement srcElement = srcConnPoint.
ParentDesigner
;
103
UIElement destElement = destConnPoint.
ParentDesigner
;