1 write to lastConnectionPointMouseUpElement
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
699
lastConnectionPointMouseUpElement
= dest;
3 references to lastConnectionPointMouseUpElement
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (3)
778
if (this.
lastConnectionPointMouseUpElement
!= null)
780
newConnectionPoint = this.ConnectionPointHitTest(this.
lastConnectionPointMouseUpElement
, newPoint);
783
newViewElement = this.
lastConnectionPointMouseUpElement
;