4 writes to lastConnectionPointMouseUpElement
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (4)
247this.lastConnectionPointMouseUpElement = null; 666stateMachineEditor.lastConnectionPointMouseUpElement = null; 1504this.lastConnectionPointMouseUpElement = dest; 1563this.lastConnectionPointMouseUpElement = null;
4 references to lastConnectionPointMouseUpElement
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (4)
664if (stateMachineEditor.lastConnectionPointMouseUpElement == designer) 1556if (this.lastConnectionPointMouseUpElement != null) 1558newConnectionPoint = StateContainerEditor.ConnectionPointHitTest(this.lastConnectionPointMouseUpElement, newPoint); 1561newViewElement = this.lastConnectionPointMouseUpElement;