3 writes to ForceNextManipulationComplete
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1635ForceNextManipulationComplete = false; 1936ForceNextManipulationComplete = true; 1945ForceNextManipulationComplete = false;
2 references to ForceNextManipulationComplete
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1909if (!_panningInfo.IsPanning && !ForceNextManipulationComplete) 1940if (!e.IsInertial && !_panningInfo.IsPanning && !ForceNextManipulationComplete)