5 references to ScrollToEnd
PresentationFramework (5)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (1)
299ScrollViewer.ScrollToEnd();
src\Framework\System\Windows\Controls\DataGrid.cs (1)
6098scrollHost.ScrollToEnd();
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1531viewer._contentHost.ScrollToEnd();
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
299this.ScrollViewer.ScrollToEnd();
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
2585((ScrollViewer)target).ScrollToEnd();