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