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)
308if (!_ticking) 318if (_ticking) 353_wasTicking = _ticking; // ReportFrame could have stopped the ticking, hence take the latest value. 483else if (!(completedEventArgs.IsInertial && _ticking))