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