2 writes to _inertiaTimer
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (2)
278_inertiaTimer = new DispatcherTimer(); 321_inertiaTimer = null;
5 references to _inertiaTimer
PresentationCore (5)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (5)
279_inertiaTimer.Interval = TimeSpan.FromMilliseconds(15); 280_inertiaTimer.Tick += new EventHandler(OnInertiaTick); 281_inertiaTimer.Start(); 318if (_inertiaTimer != null) 320_inertiaTimer.Stop();