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)
65if (_manualComplete && !_manualCompleteWithInertia) 101if (_manualComplete && _manualCompleteWithInertia)