3 writes to _wasTicking
PresentationCore (3)
System\Windows\Input\ManipulationDevice.cs (3)
121_wasTicking = false; 249device._wasTicking = false; 300_wasTicking = _ticking; // ReportFrame could have stopped the ticking, hence take the latest value.
1 reference to _wasTicking
PresentationCore (1)
System\Windows\Input\ManipulationDevice.cs (1)
246if (device != null && device._wasTicking)