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