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