2 writes to _manualComplete
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
198
_manualComplete
= true;
212
_manualComplete
= false;
2 references to _manualComplete
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
66
if (
_manualComplete
&& !_manualCompleteWithInertia)
102
if (
_manualComplete
&& _manualCompleteWithInertia)