2 writes to _inertiaTimer
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
246
_inertiaTimer
= new DispatcherTimer
289
_inertiaTimer
= null;
3 references to _inertiaTimer
PresentationCore (3)
System\Windows\Input\ManipulationLogic.cs (3)
250
_inertiaTimer
.Tick += new EventHandler(OnInertiaTick);
251
_inertiaTimer
.Start();
288
_inertiaTimer
?.Stop();