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