3 writes to ForceNextManipulationComplete
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1639
ForceNextManipulationComplete
= false;
1940
ForceNextManipulationComplete
= true;
1949
ForceNextManipulationComplete
= false;
2 references to ForceNextManipulationComplete
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1913
if (!_panningInfo.IsPanning && !
ForceNextManipulationComplete
)
1944
if (!e.IsInertial && !_panningInfo.IsPanning && !
ForceNextManipulationComplete
)