7 references to PageLeftCommand
PresentationFramework (7)
System\Windows\Controls\Primitives\ScrollBar.cs (4)
518else if (args.Command == ScrollBar.PageLeftCommand) 696CommandHelpers.RegisterCommandHandler(typeof(ScrollBar), ScrollBar.PageLeftCommand, onScrollCommand, onQueryScrollCommand); 854horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageLeft), "PageLeft", ScrollBar.PageLeftCommand)); 875horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_PageRight), "PageRight", ScrollBar.PageLeftCommand));
System\Windows\Controls\ScrollViewer.cs (2)
2506else if (args.Command == ScrollBar.PageLeftCommand) 2627CommandHelpers.RegisterCommandHandler(typeof(ScrollViewer), ScrollBar.PageLeftCommand, executeScrollCommandEventHandler, canExecuteScrollCommandEventHandler);
System\Windows\Input\Command\CommandConverter.cs (1)
781return ScrollBar.PageLeftCommand;