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