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)
73if (_manualComplete && !_manualCompleteWithInertia) 109if (_manualComplete && _manualCompleteWithInertia)