2 writes to _ticking
PresentationCore (2)
System\Windows\Input\ManipulationDevice.cs (2)
260
_ticking
= true;
271
_ticking
= false;
4 references to _ticking
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (4)
258
if (!
_ticking
)
268
if (
_ticking
)
301
_wasTicking =
_ticking
; // ReportFrame could have stopped the ticking, hence take the latest value.
417
else if (!(completedEventArgs.IsInertial &&
_ticking
))