7 references to KeyNudgeRight
System.Windows.Forms.Design (6)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
153
MenuCommands.
KeyNudgeRight
,
System\Windows\Forms\Design\CommandSet.cs (2)
196
MenuCommands.
KeyNudgeRight
, true,
773
else if (Equals(cmd, MenuCommands.
KeyNudgeRight
))
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (3)
1018
if (cmd.CommandID.Equals(MenuCommands.KeyMoveRight) || cmd.CommandID.Equals(MenuCommands.
KeyNudgeRight
) || cmd.CommandID.Equals(MenuCommands.KeySizeWidthIncrease))
1505
_oldCommands.Add(mcs.FindCommand(MenuCommands.
KeyNudgeRight
));
1541
_newCommands.Add(new MenuCommand(new EventHandler(OnKeyMove), MenuCommands.
KeyNudgeRight
));
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\MenuCommandsTests.cs (1)
36
yield return new object[] { MenuCommands.
KeyNudgeRight
, new CommandID(new Guid("1496a755-94de-11d0-8c3f-00c04fc2aae2"), 1226) };