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)
3251if (Math.Abs(unchecked(timestamp - _lastInRangeTime)) <= 500)