2 writes to _manualComplete
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
198_manualComplete = true; 212_manualComplete = false;
2 references to _manualComplete
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
66if (_manualComplete && !_manualCompleteWithInertia) 102if (_manualComplete && _manualCompleteWithInertia)