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