7 references to PageRightCommand
PresentationFramework (7)
System\Windows\Controls\Primitives\ScrollBar.cs (4)
522else if (args.Command == ScrollBar.PageRightCommand) 697CommandHelpers.RegisterCommandHandler(typeof(ScrollBar), ScrollBar.PageRightCommand, onScrollCommand, onQueryScrollCommand); 855horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageRight), "PageRight", ScrollBar.PageRightCommand)); 874horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageLeft), "PageLeft", ScrollBar.PageRightCommand));
System\Windows\Controls\ScrollViewer.cs (2)
2510else if (args.Command == ScrollBar.PageRightCommand) 2628CommandHelpers.RegisterCommandHandler(typeof(ScrollViewer), ScrollBar.PageRightCommand, executeScrollCommandEventHandler, canExecuteScrollCommandEventHandler);
System\Windows\Input\Command\CommandConverter.cs (1)
784return ScrollBar.PageRightCommand;