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