3 writes to CompleteScrollManipulation
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1583CompleteScrollManipulation = false; 1951CompleteScrollManipulation = false; 2571sv.CompleteScrollManipulation = true;
2 references to CompleteScrollManipulation
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1681if (e.IsInertial && CompleteScrollManipulation) 1929if (!(e.IsInertial && CompleteScrollManipulation))