8 references to ScrollToHome
PresentationFramework (8)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
275ScrollViewer?.ScrollToHome(); 327ScrollViewer.ScrollToHome();
System\Windows\Controls\DataGrid.cs (1)
6038scrollHost.ScrollToHome();
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1098_contentHost?.ScrollToHome(); 1471viewer._contentHost?.ScrollToHome();
System\Windows\Controls\PasswordBox.cs (1)
1041this.ScrollViewer?.ScrollToHome();
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
256this.ScrollViewer.ScrollToHome();
System\Windows\Controls\ScrollViewer.cs (1)
2536((ScrollViewer)target).ScrollToHome();