6 references to ScrollToTop
PresentationFramework (5)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
2397ScrollHost.ScrollToTop();
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
1122if (fControlDown) ScrollToTop(); else ScrollToLeftEnd(); 2601((ScrollViewer)target).ScrollToTop();
src\Framework\System\Windows\Controls\TreeView.cs (1)
668scroller.ScrollToTop();
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
408sv.ScrollToTop();
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
609this.ScrollViewer.ScrollToTop();