1 write to _previousLocation
PresentationFramework (1)
src\Framework\MS\Internal\Ink\SelectionEditingBehavior.cs (1)
87_previousLocation = mouse.GetPosition(InkCanvas.SelectionAdorner);
8 references to _previousLocation
PresentationFramework (8)
src\Framework\MS\Internal\Ink\SelectionEditingBehavior.cs (8)
146if ( !DoubleUtil.AreClose(curPoint.X, _previousLocation.X) 147|| !DoubleUtil.AreClose(curPoint.Y, _previousLocation.Y) ) 249Rect newRect = CalculateRect(newPoint.X - _previousLocation.X, newPoint.Y - _previousLocation.Y); 258_previousLocation.X = newPoint.X; 259_previousLocation.Y = newPoint.Y; 264_previousLocation.X = newPoint.X; 269_previousLocation.Y = newPoint.Y;