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