5 references to ScrollToEnd
PresentationFramework (5)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
283ScrollViewer?.ScrollToEnd();
System\Windows\Controls\DataGrid.cs (1)
6042scrollHost.ScrollToEnd();
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1475viewer._contentHost?.ScrollToEnd();
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
268this.ScrollViewer.ScrollToEnd();
System\Windows\Controls\ScrollViewer.cs (1)
2532((ScrollViewer)target).ScrollToEnd();