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();
318
if (
_inertiaTimer
!= null)
320
_inertiaTimer
.Stop();