2 writes to _ticking
PresentationCore (2)
System\Windows\Input\ManipulationDevice.cs (2)
266_ticking = true; 277_ticking = false;
4 references to _ticking
PresentationCore (4)
System\Windows\Input\ManipulationDevice.cs (4)
264if (!_ticking) 274if (_ticking) 307_wasTicking = _ticking; // ReportFrame could have stopped the ticking, hence take the latest value. 423else if (!(completedEventArgs.IsInertial && _ticking))