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