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)
1298
bool isSameSpot = (Math.Abs(ptPixels.X -
_lastTapPoint
.X) < doubleTapSize.Width) &&
1299
(Math.Abs(ptPixels.Y -
_lastTapPoint
.Y) < doubleTapSize.Height);