4 references to TimeStamp
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (4)
387_hoverStartTicks = _stylusDevice.TimeStamp; 396if (_stylusDevice.TimeStamp < _hoverStartTicks) 400_hoverStartTicks = _stylusDevice.TimeStamp; 402else if (_stylusDevice.TimeStamp - _hoverStartTicks > HoverActivationThresholdTicks)