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