5 references to ScrollToTop
PresentationFramework (5)
System\Windows\Controls\ItemsControl.cs (1)
2394ScrollHost.ScrollToTop();
System\Windows\Controls\ScrollViewer.cs (2)
1095if (fControlDown) ScrollToTop(); else ScrollToLeftEnd(); 2561((ScrollViewer)target).ScrollToTop();
System\Windows\Controls\TreeView.cs (1)
667scroller.ScrollToTop();
System\Windows\Navigation\NavigationService.cs (1)
378sv.ScrollToTop();