1 write to _lastTapTimeTicks
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1313
_lastTapTimeTicks
= stylusDownEventArgs.Timestamp;
1 reference to _lastTapTimeTicks
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1292
int elapsedTime = Math.Abs(unchecked(stylusDownEventArgs.Timestamp -
_lastTapTimeTicks
));