7 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, 744else if (Equals(cmd, MenuCommands.KeyMoveLeft))
System\Windows\Forms\Design\TabOrder.cs (1)
94MenuCommands.KeyMoveLeft),
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (3)
999if (cmd.CommandID.Equals(MenuCommands.KeyMoveLeft) || cmd.CommandID.Equals(MenuCommands.KeyNudgeLeft) || cmd.CommandID.Equals(MenuCommands.KeySizeWidthDecrease)) 1470_oldCommands.Add(mcs.FindCommand(MenuCommands.KeyMoveLeft)); 1506_newCommands.Add(new MenuCommand(new EventHandler(OnKeyMove), MenuCommands.KeyMoveLeft));