6 references to GetCurrentTimestamp
PresentationCore (6)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (2)
272
LastUpdatedTimestamp = ManipulationLogic.
GetCurrentTimestamp
();
351
(ManipulationLogic.
GetCurrentTimestamp
() - LastUpdatedTimestamp) > ThrottleTimeout)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (4)
234
_manipulationProcessor.CompleteManipulation(
GetCurrentTimestamp
());
238
_inertiaProcessor.Complete(
GetCurrentTimestamp
());
303
if (!_inertiaProcessor.Process(
GetCurrentTimestamp
()))
401
Int64 timestamp =
GetCurrentTimestamp
();