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