1 write to _previousLocation
PresentationFramework (1)
MS\Internal\Ink\SelectionEditingBehavior.cs (1)
71_previousLocation = mouse.GetPosition(InkCanvas.SelectionAdorner);
8 references to _previousLocation
PresentationFramework (8)
MS\Internal\Ink\SelectionEditingBehavior.cs (8)
129if ( !DoubleUtil.AreClose(curPoint.X, _previousLocation.X) 130|| !DoubleUtil.AreClose(curPoint.Y, _previousLocation.Y) ) 232Rect newRect = CalculateRect(newPoint.X - _previousLocation.X, newPoint.Y - _previousLocation.Y); 241_previousLocation.X = newPoint.X; 242_previousLocation.Y = newPoint.Y; 247_previousLocation.X = newPoint.X; 252_previousLocation.Y = newPoint.Y;