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