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