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(); 2553((ScrollViewer)target).ScrollToTop();
System\Windows\Controls\TreeView.cs (1)
662scroller.ScrollToTop();
System\Windows\Navigation\NavigationService.cs (1)
367sv.ScrollToTop();