2 writes to _ticking
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (2)
310
_ticking
= true;
321
_ticking
= false;
4 references to _ticking
PresentationCore (4)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (4)
308
if (!
_ticking
)
318
if (
_ticking
)
353
_wasTicking =
_ticking
; // ReportFrame could have stopped the ticking, hence take the latest value.
483
else if (!(completedEventArgs.IsInertial &&
_ticking
))