8 writes to _lastInRangeTime
PresentationCore (8)
System\Windows\Input\Stylus\Wisp\PenContext.cs (8)
263_lastInRangeTime = timestamp; 279_lastInRangeTime = timestamp; 295_lastInRangeTime = timestamp; 334_lastInRangeTime = timestamp; // Always reset timestamp on InRange!! Don't call EnsureTimestampUnique. 346_lastInRangeTime = timestamp; // Always reset timestamp on InRange!! Don't call EnsureTimestampUnique. 367_lastInRangeTime = timestamp; 386_lastInRangeTime = timestamp; 408_lastInRangeTime = timestamp;
3 references to _lastInRangeTime
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\PenContext.cs (3)
485int delta = unchecked(_lastInRangeTime - timestamp); 498timestamp = unchecked(_lastInRangeTime + 1); 507get { return _lastInRangeTime; }