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