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