8 writes to _lastInRangeTime
PresentationCore (8)
System\Windows\Input\Stylus\Wisp\PenContext.cs (8)
244_lastInRangeTime = timestamp; 260_lastInRangeTime = timestamp; 276_lastInRangeTime = timestamp; 315_lastInRangeTime = timestamp; // Always reset timestamp on InRange!! Don't call EnsureTimestampUnique. 327_lastInRangeTime = timestamp; // Always reset timestamp on InRange!! Don't call EnsureTimestampUnique. 348_lastInRangeTime = timestamp; 367_lastInRangeTime = timestamp; 389_lastInRangeTime = timestamp;
3 references to _lastInRangeTime
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\PenContext.cs (3)
466int delta = unchecked(_lastInRangeTime - timestamp); 479timestamp = unchecked(_lastInRangeTime + 1); 488get { return _lastInRangeTime; }