7 references to PageLeftCommand
PresentationFramework (7)
System\Windows\Controls\Primitives\ScrollBar.cs (4)
517else if (args.Command == ScrollBar.PageLeftCommand) 695CommandHelpers.RegisterCommandHandler(typeof(ScrollBar), ScrollBar.PageLeftCommand, onScrollCommand, onQueryScrollCommand); 853horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageLeft), "PageLeft", ScrollBar.PageLeftCommand)); 874horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageRight), "PageRight", ScrollBar.PageLeftCommand));
System\Windows\Controls\ScrollViewer.cs (2)
2509else if (args.Command == ScrollBar.PageLeftCommand) 2630CommandHelpers.RegisterCommandHandler(typeof(ScrollViewer), ScrollBar.PageLeftCommand, executeScrollCommandEventHandler, canExecuteScrollCommandEventHandler);
System\Windows\Input\Command\CommandConverter.cs (1)
782return ScrollBar.PageLeftCommand;