3 writes to _lastInRangeTime
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
918
_lastInRangeTime
= Environment.TickCount;
1008
_lastInRangeTime
= Environment.TickCount;
1013
_lastInRangeTime
= Environment.TickCount;
1 reference to _lastInRangeTime
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
3251
if (Math.Abs(unchecked(timestamp -
_lastInRangeTime
)) <= 500)