5 references to ScrollToEnd
PresentationFramework (5)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
284ScrollViewer?.ScrollToEnd();
System\Windows\Controls\DataGrid.cs (1)
6049scrollHost.ScrollToEnd();
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1488viewer._contentHost?.ScrollToEnd();
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
269this.ScrollViewer.ScrollToEnd();
System\Windows\Controls\ScrollViewer.cs (1)
2535((ScrollViewer)target).ScrollToEnd();