2 writes to _manualComplete
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (2)
229
_manualComplete
= true;
243
_manualComplete
= false;
2 references to _manualComplete
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (2)
87
if (
_manualComplete
&& !_manualCompleteWithInertia)
128
if (
_manualComplete
&& _manualCompleteWithInertia)