6 references to GetAttachedConnectors
System.Activities.Core.Presentation (6)
System\Activities\Core\Presentation\StateContainerEditor.ModelChangeReactions.cs (2)
225
if (
GetAttachedConnectors
(this.initialNode).Count > 0)
227
this.Remove(
GetAttachedConnectors
(this.initialNode)[0]);
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (4)
506
List<Connector> attachedConnectors = StateContainerEditor.
GetAttachedConnectors
(this.initialNode);
668
connectorsToDelete.UnionWith(
GetAttachedConnectors
(designer));
2299
foreach (Connector connector in
GetAttachedConnectors
(element))
2592
if (StateContainerEditor.
GetAttachedConnectors
(this.modelItemToUIElement[draggedModelItem]).Count > 0)