3 writes to _lastInRangeTime
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
909_lastInRangeTime = Environment.TickCount; 999_lastInRangeTime = Environment.TickCount; 1004_lastInRangeTime = Environment.TickCount;
1 reference to _lastInRangeTime
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
3242if (Math.Abs(unchecked(timestamp - _lastInRangeTime)) <= 500)