13 references to GetConnectionPoints
System.Activities.Core.Presentation (13)
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (8)
195List<ConnectionPoint> allConnectionPoints = GetConnectionPoints(shape); 215List<ConnectionPoint> allConnectionPoints = GetConnectionPoints(shape); 229List<ConnectionPoint> allConnectionPoints = GetConnectionPoints(shape); 243List<ConnectionPoint> connectionPoints = StateContainerEditor.GetConnectionPoints(element); 249List<ConnectionPoint> connectionPoints = StateContainerEditor.GetConnectionPoints(element); 380List<ConnectionPoint> connectionPoints = StateContainerEditor.GetConnectionPoints(designer); 395srcConnectionPoint = GetClosestConnectionPointNotOfType(destConnectionPoint, StateContainerEditor.GetConnectionPoints(src), ConnectionPointKind.Incoming); 406destConnectionPoint = GetClosestConnectionPointNotOfType(sourceConnectionPoint, StateContainerEditor.GetConnectionPoints(dest), ConnectionPointKind.Outgoing);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (5)
657List<ConnectionPoint> connectionPoints = GetConnectionPoints(designer); 838List<ConnectionPoint> srcConnPoints = GetConnectionPoints(source); 853List<ConnectionPoint> destConnPoints = GetConnectionPoints(dest); 1123List<ConnectionPoint> connectionPoints = StateContainerEditor.GetConnectionPoints(element); 1160List<ConnectionPoint> connectionPoints = new List<ConnectionPoint>(StateContainerEditor.GetConnectionPoints(designer));