6 references to ScrollToLeftEndCommand
PresentationFramework (6)
System\Windows\Controls\Primitives\ScrollBar.cs (4)
527else if (args.Command == ScrollBar.ScrollToLeftEndCommand) 699CommandHelpers.RegisterCommandHandler(typeof(ScrollBar), ScrollBar.ScrollToLeftEndCommand, onScrollCommand, onQueryScrollCommand, Key.Home); 852horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_LeftEdge), "LeftEdge", ScrollBar.ScrollToLeftEndCommand)); 873horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(nameof(SR.ScrollBar_ContextMenu_RightEdge), "RightEdge", ScrollBar.ScrollToLeftEndCommand));
System\Windows\Controls\ScrollViewer.cs (2)
2547else if (args.Command == ScrollBar.ScrollToLeftEndCommand) 2640CommandHelpers.RegisterCommandHandler(typeof(ScrollViewer), ScrollBar.ScrollToLeftEndCommand, executeScrollCommandEventHandler, canExecuteScrollCommandEventHandler);