4 references to ScrollToRightEnd
PresentationFramework (3)
System\Windows\Controls\ItemsControl.cs (1)
2456ScrollHost.ScrollToRightEnd();
System\Windows\Controls\ScrollViewer.cs (2)
1099if (fControlDown) ScrollToBottom(); else ScrollToRightEnd(); 2557((ScrollViewer)target).ScrollToRightEnd();
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTabHeaderItemsControl.cs (1)
188scrollViewer.ScrollToRightEnd();