4 references to TimeStamp
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (4)
403_hoverStartTicks = _stylusDevice.TimeStamp; 412if (_stylusDevice.TimeStamp < _hoverStartTicks) 416_hoverStartTicks = _stylusDevice.TimeStamp; 418else if (_stylusDevice.TimeStamp - _hoverStartTicks > HoverActivationThresholdTicks)