3 writes to ForceNextManipulationComplete
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1637
ForceNextManipulationComplete
= false;
1938
ForceNextManipulationComplete
= true;
1947
ForceNextManipulationComplete
= false;
2 references to ForceNextManipulationComplete
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1911
if (!_panningInfo.IsPanning && !
ForceNextManipulationComplete
)
1942
if (!e.IsInertial && !_panningInfo.IsPanning && !
ForceNextManipulationComplete
)