6 references to ScrollToLeftEndCommand
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (4)
546else if (args.Command == ScrollBar.ScrollToLeftEndCommand) 718CommandHelpers.RegisterCommandHandler(typeof(ScrollBar), ScrollBar.ScrollToLeftEndCommand, onScrollCommand, onQueryScrollCommand, Key.Home); 871horizontalContextMenuLeftToRight.Items.Add(CreateMenuItem(SRID.ScrollBar_ContextMenu_LeftEdge, "LeftEdge", ScrollBar.ScrollToLeftEndCommand)); 892horizontalContextMenuRightToLeft.Items.Add(CreateMenuItem(SRID.ScrollBar_ContextMenu_RightEdge, "RightEdge", ScrollBar.ScrollToLeftEndCommand));
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
2591else if (args.Command == ScrollBar.ScrollToLeftEndCommand) 2684CommandHelpers.RegisterCommandHandler(typeof(ScrollViewer), ScrollBar.ScrollToLeftEndCommand, executeScrollCommandEventHandler, canExecuteScrollCommandEventHandler);