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