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