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