2 writes to _ticking
PresentationCore (2)
System\Windows\Input\ManipulationDevice.cs (2)
275
_ticking
= true;
286
_ticking
= false;
4 references to _ticking
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (4)
273
if (!
_ticking
)
283
if (
_ticking
)
316
_wasTicking =
_ticking
; // ReportFrame could have stopped the ticking, hence take the latest value.
432
else if (!(completedEventArgs.IsInertial &&
_ticking
))