3 writes to CompleteScrollManipulation
PresentationFramework (3)
src\Framework\System\Windows\Controls\ScrollViewer.cs (3)
1639CompleteScrollManipulation = false; 2007CompleteScrollManipulation = false; 2622sv.CompleteScrollManipulation = true;
2 references to CompleteScrollManipulation
PresentationFramework (2)
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
1737if (e.IsInertial && CompleteScrollManipulation) 1985if (!(e.IsInertial && CompleteScrollManipulation))