6 references to GetCurrentTimestamp
PresentationCore (6)
System\Windows\Input\ManipulationDevice.cs (2)
221
LastUpdatedTimestamp = ManipulationLogic.
GetCurrentTimestamp
();
298
(ManipulationLogic.
GetCurrentTimestamp
() - LastUpdatedTimestamp) > ThrottleTimeout)
System\Windows\Input\ManipulationLogic.cs (4)
202
_manipulationProcessor.CompleteManipulation(
GetCurrentTimestamp
());
206
_inertiaProcessor.Complete(
GetCurrentTimestamp
());
273
if (!_inertiaProcessor.Process(
GetCurrentTimestamp
()))
356
Int64 timestamp =
GetCurrentTimestamp
();