5 references to ScrollToBottomCommand
PresentationFramework (5)
System\Windows\Controls\Primitives\ScrollBar.cs (3)
504else if (args.Command == ScrollBar.ScrollToBottomCommand) 693CommandHelpers.RegisterCommandHandler(typeof(ScrollBar), ScrollBar.ScrollToBottomCommand, onScrollCommand, onQueryScrollCommand, new KeyGesture(Key.End, ModifierKeys.Control)); 833verticalContextMenu.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_Bottom), "Bottom", ScrollBar.ScrollToBottomCommand));
System\Windows\Controls\ScrollViewer.cs (2)
2559else if (args.Command == ScrollBar.ScrollToBottomCommand) 2645CommandHelpers.RegisterCommandHandler(typeof(ScrollViewer), ScrollBar.ScrollToBottomCommand, executeScrollCommandEventHandler, canExecuteScrollCommandEventHandler);