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