1 write to _previousLocation
PresentationFramework (1)
MS\Internal\Ink\SelectionEditingBehavior.cs (1)
85_previousLocation = mouse.GetPosition(InkCanvas.SelectionAdorner);
8 references to _previousLocation
PresentationFramework (8)
MS\Internal\Ink\SelectionEditingBehavior.cs (8)
143if ( !DoubleUtil.AreClose(curPoint.X, _previousLocation.X) 144|| !DoubleUtil.AreClose(curPoint.Y, _previousLocation.Y) ) 246Rect newRect = CalculateRect(newPoint.X - _previousLocation.X, newPoint.Y - _previousLocation.Y); 255_previousLocation.X = newPoint.X; 256_previousLocation.Y = newPoint.Y; 261_previousLocation.X = newPoint.X; 266_previousLocation.Y = newPoint.Y;