5 references to ScrollToEnd
PresentationFramework (5)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
295ScrollViewer.ScrollToEnd();
System\Windows\Controls\DataGrid.cs (1)
6090scrollHost.ScrollToEnd();
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1520viewer._contentHost.ScrollToEnd();
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
267this.ScrollViewer.ScrollToEnd();
System\Windows\Controls\ScrollViewer.cs (1)
2537((ScrollViewer)target).ScrollToEnd();