8 references to KeyMoveRight
System.Windows.Forms.Design (7)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
147
MenuCommands.
KeyMoveRight
,
System\Windows\Forms\Design\CommandSet.cs (2)
169
MenuCommands.
KeyMoveRight
, true),
754
else if (Equals(cmd, MenuCommands.
KeyMoveRight
))
System\Windows\Forms\Design\TabOrder.cs (1)
97
MenuCommands.
KeyMoveRight
),
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (3)
1018
if (cmd.CommandID.Equals(MenuCommands.
KeyMoveRight
) || cmd.CommandID.Equals(MenuCommands.KeyNudgeRight) || cmd.CommandID.Equals(MenuCommands.KeySizeWidthIncrease))
1500
_oldCommands.Add(mcs.FindCommand(MenuCommands.
KeyMoveRight
));
1536
_newCommands.Add(new MenuCommand(new EventHandler(OnKeyMove), MenuCommands.
KeyMoveRight
));
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\MenuCommandsTests.cs (1)
30
yield return new object[] { MenuCommands.
KeyMoveRight
, new CommandID(new Guid("1496a755-94de-11d0-8c3f-00c04fc2aae2"), 9) };