5 references to ScrollToBottomCommand
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (3)
523else if (args.Command == ScrollBar.ScrollToBottomCommand) 712CommandHelpers.RegisterCommandHandler(typeof(ScrollBar), ScrollBar.ScrollToBottomCommand, onScrollCommand, onQueryScrollCommand, new KeyGesture(Key.End, ModifierKeys.Control)); 852verticalContextMenu.Items.Add(CreateMenuItem(SRID.ScrollBar_ContextMenu_Bottom, "Bottom", ScrollBar.ScrollToBottomCommand));
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
2603else if (args.Command == ScrollBar.ScrollToBottomCommand) 2689CommandHelpers.RegisterCommandHandler(typeof(ScrollViewer), ScrollBar.ScrollToBottomCommand, executeScrollCommandEventHandler, canExecuteScrollCommandEventHandler);