1 write to _lastTapPoint
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1312_lastTapPoint = ptPixels;
2 references to _lastTapPoint
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1298bool isSameSpot = (Math.Abs(ptPixels.X - _lastTapPoint.X) < doubleTapSize.Width) && 1299(Math.Abs(ptPixels.Y - _lastTapPoint.Y) < doubleTapSize.Height);