3 references to GetOutgoingConnectors
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (1)
414List<Connector> connectors = StateContainerEditor.GetOutgoingConnectors(sourceDesigner);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (2)
1102if ((StateContainerEditor.GetOutgoingConnectors(element).Count > 0) && !this.IsMovingStartOfConnectorFromInitialNode()) 1805connectors = StateContainerEditor.GetOutgoingConnectors(view);