2 writes to _ticking
PresentationCore (2)
System\Windows\Input\ManipulationDevice.cs (2)
259
_ticking
= true;
270
_ticking
= false;
4 references to _ticking
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (4)
257
if (!
_ticking
)
267
if (
_ticking
)
300
_wasTicking =
_ticking
; // ReportFrame could have stopped the ticking, hence take the latest value.
416
else if (!(completedEventArgs.IsInertial &&
_ticking
))