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)
66if (_manualComplete && !_manualCompleteWithInertia) 102if (_manualComplete && _manualCompleteWithInertia)