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