4 references to GetOutGoingConnectors
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (2)
671outGoingConnectors = GetOutGoingConnectors(this.modelElement[shapeModelItem]); 675outGoingConnectors = GetOutGoingConnectors(this.StartSymbol);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
570List<Connector> outGoingConnectors = GetOutGoingConnectors(element); 594List<Connector> outGoingConnectors = GetOutGoingConnectors(element);