2 writes to _manualComplete
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
205
_manualComplete
= true;
219
_manualComplete
= false;
2 references to _manualComplete
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
73
if (
_manualComplete
&& !_manualCompleteWithInertia)
109
if (
_manualComplete
&& _manualCompleteWithInertia)