8 references to KeyMoveLeft
System.Windows.Forms.Design (7)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
146
MenuCommands.
KeyMoveLeft
,
System\Windows\Forms\Design\CommandSet.cs (2)
162
MenuCommands.
KeyMoveLeft
, true,
750
else if (Equals(cmd, MenuCommands.
KeyMoveLeft
))
System\Windows\Forms\Design\TabOrder.cs (1)
94
MenuCommands.
KeyMoveLeft
),
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (3)
1027
if (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)
29
yield return new object[] { MenuCommands.
KeyMoveLeft
, new CommandID(new Guid("1496a755-94de-11d0-8c3f-00c04fc2aae2"), 7) };