6 references to KeyDefaultAction
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
142
MenuCommands.
KeyDefaultAction
,
System\Windows\Forms\Design\CommandSet.cs (1)
141
MenuCommands.
KeyDefaultAction
, true,
System\Windows\Forms\Design\TabOrder.cs (1)
85
MenuCommands.
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)
24
yield return new object[] { MenuCommands.
KeyDefaultAction
, new CommandID(new Guid("1496a755-94de-11d0-8c3f-00c04fc2aae2"), 3) };