3 writes to CompleteScrollManipulation
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1593CompleteScrollManipulation = false; 1961CompleteScrollManipulation = false; 2582sv.CompleteScrollManipulation = true;
2 references to CompleteScrollManipulation
PresentationFramework (2)
System\Windows\Controls\ScrollViewer.cs (2)
1691if (e.IsInertial && CompleteScrollManipulation) 1939if (!(e.IsInertial && CompleteScrollManipulation))