2 writes to lastMouseDownPoint
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
599this.lastMouseDownPoint = e.GetPosition(this); 626this.lastMouseDownPoint = e.GetPosition(this);
3 references to lastMouseDownPoint
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (3)
752this.IsMouseOnDragHandle(this.lastMouseDownPoint) && 758Vector difference = newPosition - this.lastMouseDownPoint; 947Point referencePoint = this.lastMouseDownPoint;