7 references to KeyMoveRight
System.Windows.Forms.Design (7)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
147MenuCommands.KeyMoveRight,
System\Windows\Forms\Design\CommandSet.cs (2)
169MenuCommands.KeyMoveRight, true), 748else if (Equals(cmd, MenuCommands.KeyMoveRight))
System\Windows\Forms\Design\TabOrder.cs (1)
97MenuCommands.KeyMoveRight),
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (3)
990if (cmd.CommandID.Equals(MenuCommands.KeyMoveRight) || cmd.CommandID.Equals(MenuCommands.KeyNudgeRight) || cmd.CommandID.Equals(MenuCommands.KeySizeWidthIncrease)) 1471_oldCommands.Add(mcs.FindCommand(MenuCommands.KeyMoveRight)); 1507_newCommands.Add(new MenuCommand(new EventHandler(OnKeyMove), MenuCommands.KeyMoveRight));