1 write to _previousLocation
PresentationFramework (1)
MS\Internal\Ink\SelectionEditingBehavior.cs (1)
72_previousLocation = mouse.GetPosition(InkCanvas.SelectionAdorner);
8 references to _previousLocation
PresentationFramework (8)
MS\Internal\Ink\SelectionEditingBehavior.cs (8)
130if ( !DoubleUtil.AreClose(curPoint.X, _previousLocation.X) 131|| !DoubleUtil.AreClose(curPoint.Y, _previousLocation.Y) ) 233Rect newRect = CalculateRect(newPoint.X - _previousLocation.X, newPoint.Y - _previousLocation.Y); 242_previousLocation.X = newPoint.X; 243_previousLocation.Y = newPoint.Y; 248_previousLocation.X = newPoint.X; 253_previousLocation.Y = newPoint.Y;