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