2 writes to _manualComplete
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
205_manualComplete = true; 219_manualComplete = false;
2 references to _manualComplete
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
73if (_manualComplete && !_manualCompleteWithInertia) 109if (_manualComplete && _manualCompleteWithInertia)