8 references to KeyMoveLeft
System.Windows.Forms.Design (7)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
146MenuCommands.KeyMoveLeft,
System\Windows\Forms\Design\CommandSet.cs (2)
162MenuCommands.KeyMoveLeft, true, 750else if (Equals(cmd, MenuCommands.KeyMoveLeft))
System\Windows\Forms\Design\TabOrder.cs (1)
94MenuCommands.KeyMoveLeft),
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (3)
1027if (cmd.CommandID.Equals(MenuCommands.KeyMoveLeft) || cmd.CommandID.Equals(MenuCommands.KeyNudgeLeft) || cmd.CommandID.Equals(MenuCommands.KeySizeWidthDecrease)) 1499_oldCommands.Add(mcs.FindCommand(MenuCommands.KeyMoveLeft)); 1535_newCommands.Add(new MenuCommand(new EventHandler(OnKeyMove), MenuCommands.KeyMoveLeft));
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\MenuCommandsTests.cs (1)
29yield return new object[] { MenuCommands.KeyMoveLeft, new CommandID(new Guid("1496a755-94de-11d0-8c3f-00c04fc2aae2"), 7) };