6 references to KeyDefaultAction
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
142MenuCommands.KeyDefaultAction,
System\Windows\Forms\Design\CommandSet.cs (1)
141MenuCommands.KeyDefaultAction, true,
System\Windows\Forms\Design\TabOrder.cs (1)
85MenuCommands.KeyDefaultAction),
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (2)
1495_oldCommands.Add(mcs.FindCommand(MenuCommands.KeyDefaultAction)); 1530_newCommands.Add(new MenuCommand(new EventHandler(OnKeyDefault), MenuCommands.KeyDefaultAction));
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\MenuCommandsTests.cs (1)
24yield return new object[] { MenuCommands.KeyDefaultAction, new CommandID(new Guid("1496a755-94de-11d0-8c3f-00c04fc2aae2"), 3) };