12 references to GetEmptyConnectionPoints
System.Activities.Core.Presentation (12)
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (2)
213
if (
GetEmptyConnectionPoints
(sourceStateItem.View as UIElement).Count < 1)
241
if (
GetEmptyConnectionPoints
(destinationStateItem.View as UIElement).Count < emptyConnectionPointsCountNeeded)
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (2)
370
List<ConnectionPoint> srcConnectionPoints =
GetEmptyConnectionPoints
(source);
371
List<ConnectionPoint> destConnectionPoints =
GetEmptyConnectionPoints
(dest);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (8)
511
StateContainerEditor.
GetEmptyConnectionPoints
(this.initialNode),
536
StateContainerEditor.
GetEmptyConnectionPoints
(initialStateView),
856
if (viewStateDestConnPoint != null &&
GetEmptyConnectionPoints
(dest).Contains(viewStateDestConnPoint))
880
List<ConnectionPoint> srcConnectionPoints =
GetEmptyConnectionPoints
(source);
889
List<ConnectionPoint> destConnectionPoints =
GetEmptyConnectionPoints
(dest);
925
destinationConnectionPoint = StateContainerEditor.GetConnectionPointClosestToEdgeMidPoint(destinationDesigner, StateContainerEditor.
GetEmptyConnectionPoints
(destinationDesigner), this.entryEdgeForAutoSplit);
944
sourceConnectionPoint = StateContainerEditor.GetConnectionPointClosestToEdgeMidPoint(sourceDesigner, StateContainerEditor.
GetEmptyConnectionPoints
(sourceDesigner), this.exitEdgeForAutoSplit);
2412
if (StateContainerEditor.
GetEmptyConnectionPoints
(targetElement).Count < 1)