7 references to PageRightCommand
PresentationFramework (7)
System\Windows\Controls\Primitives\ScrollBar.cs (4)
523else if (args.Command == ScrollBar.PageRightCommand) 698CommandHelpers.RegisterCommandHandler(typeof(ScrollBar), ScrollBar.PageRightCommand, onScrollCommand, onQueryScrollCommand); 856horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageRight), "PageRight", ScrollBar.PageRightCommand)); 875horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageLeft), "PageLeft", ScrollBar.PageRightCommand));
System\Windows\Controls\ScrollViewer.cs (2)
2517else if (args.Command == ScrollBar.PageRightCommand) 2635CommandHelpers.RegisterCommandHandler(typeof(ScrollViewer), ScrollBar.PageRightCommand, executeScrollCommandEventHandler, canExecuteScrollCommandEventHandler);
System\Windows\Input\Command\CommandConverter.cs (1)
785return ScrollBar.PageRightCommand;