8 references to ScrollToHome
PresentationFramework (8)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
276ScrollViewer?.ScrollToHome(); 328ScrollViewer.ScrollToHome();
System\Windows\Controls\DataGrid.cs (1)
6045scrollHost.ScrollToHome();
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1105_contentHost?.ScrollToHome(); 1484viewer._contentHost?.ScrollToHome();
System\Windows\Controls\PasswordBox.cs (1)
1045this.ScrollViewer?.ScrollToHome();
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
257this.ScrollViewer.ScrollToHome();
System\Windows\Controls\ScrollViewer.cs (1)
2539((ScrollViewer)target).ScrollToHome();