2 writes to _inertiaTimer
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
254_inertiaTimer = new DispatcherTimer(); 297_inertiaTimer = null;
5 references to _inertiaTimer
PresentationCore (5)
System\Windows\Input\ManipulationLogic.cs (5)
255_inertiaTimer.Interval = TimeSpan.FromMilliseconds(15); 256_inertiaTimer.Tick += new EventHandler(OnInertiaTick); 257_inertiaTimer.Start(); 294if (_inertiaTimer != null) 296_inertiaTimer.Stop();