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