4 references to GetAttachedConnectors
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (1)
518List<Connector> attachedConnectors = GetAttachedConnectors(deleteElement);
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (1)
568List<Connector> attachedConnectors = GetAttachedConnectors(deleteShape);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
1503foreach (Connector connector in GetAttachedConnectors(movedElement)) 2395if (this.GetAttachedConnectors(this.modelElement[draggedModelItem]).Count > 0)