3 writes to CompleteScrollManipulation
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1581CompleteScrollManipulation = false; 1949CompleteScrollManipulation = false; 2567sv?.CompleteScrollManipulation = true;
2 references to CompleteScrollManipulation
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1679if (e.IsInertial && CompleteScrollManipulation) 1927if (!(e.IsInertial && CompleteScrollManipulation))