2 writes to _manualComplete
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
197
_manualComplete
= true;
211
_manualComplete
= false;
2 references to _manualComplete
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
65
if (
_manualComplete
&& !_manualCompleteWithInertia)
101
if (
_manualComplete
&& _manualCompleteWithInertia)