8 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), 754else if (Equals(cmd, MenuCommands.KeyMoveRight))
System\Windows\Forms\Design\TabOrder.cs (1)
97MenuCommands.KeyMoveRight),
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (3)
1018if (cmd.CommandID.Equals(MenuCommands.KeyMoveRight) || cmd.CommandID.Equals(MenuCommands.KeyNudgeRight) || cmd.CommandID.Equals(MenuCommands.KeySizeWidthIncrease)) 1500_oldCommands.Add(mcs.FindCommand(MenuCommands.KeyMoveRight)); 1536_newCommands.Add(new MenuCommand(new EventHandler(OnKeyMove), MenuCommands.KeyMoveRight));
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\MenuCommandsTests.cs (1)
30yield return new object[] { MenuCommands.KeyMoveRight, new CommandID(new Guid("1496a755-94de-11d0-8c3f-00c04fc2aae2"), 9) };