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