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