8 writes to _lastInRangeTime
PresentationCore (8)
System\Windows\Input\Stylus\Wisp\PenContext.cs (8)
257_lastInRangeTime = timestamp; 273_lastInRangeTime = timestamp; 289_lastInRangeTime = timestamp; 328_lastInRangeTime = timestamp; // Always reset timestamp on InRange!! Don't call EnsureTimestampUnique. 340_lastInRangeTime = timestamp; // Always reset timestamp on InRange!! Don't call EnsureTimestampUnique. 361_lastInRangeTime = timestamp; 380_lastInRangeTime = timestamp; 402_lastInRangeTime = timestamp;
3 references to _lastInRangeTime
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\PenContext.cs (3)
479int delta = unchecked(_lastInRangeTime - timestamp); 492timestamp = unchecked(_lastInRangeTime + 1); 501get { return _lastInRangeTime; }