5 references to ScrollToTop
PresentationFramework (5)
System\Windows\Controls\ItemsControl.cs (1)
2354ScrollHost.ScrollToTop();
System\Windows\Controls\ScrollViewer.cs (2)
1086if (fControlDown) ScrollToTop(); else ScrollToLeftEnd(); 2550((ScrollViewer)target).ScrollToTop();
System\Windows\Controls\TreeView.cs (1)
661scroller.ScrollToTop();
System\Windows\Navigation\NavigationService.cs (1)
361sv.ScrollToTop();