4 references to TimeStamp
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (4)
386
_hoverStartTicks = _stylusDevice.
TimeStamp
;
395
if (_stylusDevice.
TimeStamp
< _hoverStartTicks)
399
_hoverStartTicks = _stylusDevice.
TimeStamp
;
401
else if (_stylusDevice.
TimeStamp
- _hoverStartTicks > HoverActivationThresholdTicks)