2 writes to _ticking
PresentationCore (2)
System\Windows\Input\ManipulationDevice.cs (2)
266
_ticking
= true;
277
_ticking
= false;
4 references to _ticking
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (4)
264
if (!
_ticking
)
274
if (
_ticking
)
307
_wasTicking =
_ticking
; // ReportFrame could have stopped the ticking, hence take the latest value.
423
else if (!(completedEventArgs.IsInertial &&
_ticking
))