2 writes to _manualCompleteWithInertia
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
199
_manualCompleteWithInertia
= withInertia;
213
_manualCompleteWithInertia
= false;
2 references to _manualCompleteWithInertia
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
66
if (_manualComplete && !
_manualCompleteWithInertia
)
102
if (_manualComplete &&
_manualCompleteWithInertia
)