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