3 writes to ForceNextManipulationComplete
PresentationFramework (3)
src\Framework\System\Windows\Controls\ScrollViewer.cs (3)
1693ForceNextManipulationComplete = false; 1994ForceNextManipulationComplete = true; 2003ForceNextManipulationComplete = false;
2 references to ForceNextManipulationComplete
PresentationFramework (2)
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
1967if (!_panningInfo.IsPanning && !ForceNextManipulationComplete) 1998if (!e.IsInertial && !_panningInfo.IsPanning && !ForceNextManipulationComplete)