3 writes to ForceNextManipulationComplete
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1647ForceNextManipulationComplete = false; 1948ForceNextManipulationComplete = true; 1957ForceNextManipulationComplete = false;
2 references to ForceNextManipulationComplete
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1921if (!_panningInfo.IsPanning && !ForceNextManipulationComplete) 1952if (!e.IsInertial && !_panningInfo.IsPanning && !ForceNextManipulationComplete)