3 writes to CompleteScrollManipulation
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1584CompleteScrollManipulation = false; 1952CompleteScrollManipulation = false; 2572sv.CompleteScrollManipulation = true;
2 references to CompleteScrollManipulation
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1682if (e.IsInertial && CompleteScrollManipulation) 1930if (!(e.IsInertial && CompleteScrollManipulation))