2 writes to _inertiaTimer
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
246
_inertiaTimer
= new DispatcherTimer
291
_inertiaTimer
= null;
4 references to _inertiaTimer
PresentationCore (4)
System\Windows\Input\ManipulationLogic.cs (4)
250
_inertiaTimer
.Tick += new EventHandler(OnInertiaTick);
251
_inertiaTimer
.Start();
288
if (
_inertiaTimer
!= null)
290
_inertiaTimer
.Stop();