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)
1292int elapsedTime = Math.Abs(unchecked(stylusDownEventArgs.Timestamp - _lastTapTimeTicks));