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