3 writes to _wasTicking
PresentationCore (3)
System\Windows\Input\ManipulationDevice.cs (3)
122_wasTicking = false; 256device._wasTicking = false; 307_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)
253if (device != null && device._wasTicking)