5 references to ScrollToTop
PresentationFramework (5)
System\Windows\Controls\ItemsControl.cs (1)
2385ScrollHost.ScrollToTop();
System\Windows\Controls\ScrollViewer.cs (2)
1087if (fControlDown) ScrollToTop(); else ScrollToLeftEnd(); 2557((ScrollViewer)target).ScrollToTop();
System\Windows\Controls\TreeView.cs (1)
664scroller.ScrollToTop();
System\Windows\Navigation\NavigationService.cs (1)
362sv.ScrollToTop();