2 writes to _manualComplete
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
197_manualComplete = true; 211_manualComplete = false;
2 references to _manualComplete
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
65if (_manualComplete && !_manualCompleteWithInertia) 101if (_manualComplete && _manualCompleteWithInertia)