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