6 references to GetCurrentTimestamp
PresentationCore (6)
System\Windows\Input\ManipulationDevice.cs (2)
228
LastUpdatedTimestamp = ManipulationLogic.
GetCurrentTimestamp
();
305
(ManipulationLogic.
GetCurrentTimestamp
() - LastUpdatedTimestamp) > ThrottleTimeout)
System\Windows\Input\ManipulationLogic.cs (4)
203
_manipulationProcessor.CompleteManipulation(
GetCurrentTimestamp
());
207
_inertiaProcessor.Complete(
GetCurrentTimestamp
());
274
if (!_inertiaProcessor.Process(
GetCurrentTimestamp
()))
357
Int64 timestamp =
GetCurrentTimestamp
();