8 writes to _lastInRangeTime
PresentationCore (8)
System\Windows\Input\Stylus\Wisp\PenContext.cs (8)
243_lastInRangeTime = timestamp; 259_lastInRangeTime = timestamp; 275_lastInRangeTime = timestamp; 314_lastInRangeTime = timestamp; // Always reset timestamp on InRange!! Don't call EnsureTimestampUnique. 326_lastInRangeTime = timestamp; // Always reset timestamp on InRange!! Don't call EnsureTimestampUnique. 347_lastInRangeTime = timestamp; 366_lastInRangeTime = timestamp; 388_lastInRangeTime = timestamp;
3 references to _lastInRangeTime
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\PenContext.cs (3)
465int delta = unchecked(_lastInRangeTime - timestamp); 478timestamp = unchecked(_lastInRangeTime + 1); 487get { return _lastInRangeTime; }