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