6 references to GetAttachedConnectors
System.Activities.Core.Presentation (6)
System\Activities\Core\Presentation\StateContainerEditor.ModelChangeReactions.cs (2)
225if (GetAttachedConnectors(this.initialNode).Count > 0) 227this.Remove(GetAttachedConnectors(this.initialNode)[0]);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (4)
506List<Connector> attachedConnectors = StateContainerEditor.GetAttachedConnectors(this.initialNode); 668connectorsToDelete.UnionWith(GetAttachedConnectors(designer)); 2299foreach (Connector connector in GetAttachedConnectors(element)) 2592if (StateContainerEditor.GetAttachedConnectors(this.modelItemToUIElement[draggedModelItem]).Count > 0)