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