2 writes to _inertiaTimer
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
246_inertiaTimer = new DispatcherTimer 289_inertiaTimer = null;
3 references to _inertiaTimer
PresentationCore (3)
System\Windows\Input\ManipulationLogic.cs (3)
250_inertiaTimer.Tick += new EventHandler(OnInertiaTick); 251_inertiaTimer.Start(); 288_inertiaTimer?.Stop();