1 write to LastTapTime
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1110stylusDevice.LastTapTime = stylusDownEventArgs.Timestamp;
1 reference to LastTapTime
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1090int timeSpan = Math.Abs(unchecked(stylusDownEventArgs.Timestamp - stylusDevice.LastTapTime));