3 writes to _lastInRangeTime
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
917_lastInRangeTime = Environment.TickCount; 1007_lastInRangeTime = Environment.TickCount; 1012_lastInRangeTime = Environment.TickCount;
1 reference to _lastInRangeTime
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
3264if (Math.Abs(unchecked(timestamp - _lastInRangeTime)) <= 500)