2 writes to _manualComplete
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (2)
229_manualComplete = true; 243_manualComplete = false;
2 references to _manualComplete
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (2)
87if (_manualComplete && !_manualCompleteWithInertia) 128if (_manualComplete && _manualCompleteWithInertia)