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