2 writes to _inertiaTimer
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
247_inertiaTimer = new DispatcherTimer 292_inertiaTimer = null;
4 references to _inertiaTimer
PresentationCore (4)
System\Windows\Input\ManipulationLogic.cs (4)
251_inertiaTimer.Tick += new EventHandler(OnInertiaTick); 252_inertiaTimer.Start(); 289if (_inertiaTimer != null) 291_inertiaTimer.Stop();