4 references to ScrollToRightEnd
PresentationFramework (3)
System\Windows\Controls\ItemsControl.cs (1)
2416ScrollHost.ScrollToRightEnd();
System\Windows\Controls\ScrollViewer.cs (2)
1090if (fControlDown) ScrollToBottom(); else ScrollToRightEnd(); 2546((ScrollViewer)target).ScrollToRightEnd();
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTabHeaderItemsControl.cs (1)
182scrollViewer.ScrollToRightEnd();