3 writes to _wasTicking
PresentationCore (3)
System\Windows\Input\ManipulationDevice.cs (3)
131_wasTicking = false; 265device._wasTicking = false; 316_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)
262if (device != null && device._wasTicking)