2 writes to _inertiaTimer
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
246_inertiaTimer = new DispatcherTimer 291_inertiaTimer = null;
4 references to _inertiaTimer
PresentationCore (4)
System\Windows\Input\ManipulationLogic.cs (4)
250_inertiaTimer.Tick += new EventHandler(OnInertiaTick); 251_inertiaTimer.Start(); 288if (_inertiaTimer != null) 290_inertiaTimer.Stop();