3 writes to ForceNextManipulationComplete
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1641ForceNextManipulationComplete = false; 1942ForceNextManipulationComplete = true; 1951ForceNextManipulationComplete = false;
2 references to ForceNextManipulationComplete
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1915if (!_panningInfo.IsPanning && !ForceNextManipulationComplete) 1946if (!e.IsInertial && !_panningInfo.IsPanning && !ForceNextManipulationComplete)