7 references to KeyInvokeSmartTag
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
372
"INVOKESMARTTAG" => MenuCommands.
KeyInvokeSmartTag
,
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionUI.cs (1)
95
_cmdShowDesignerActions = new MenuCommand(OnKeyShowDesignerActions, MenuCommands.
KeyInvokeSmartTag
);
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (2)
1516
_oldCommands.Add(mcs.FindCommand(MenuCommands.
KeyInvokeSmartTag
));
1559
_newCommands.Add(new MenuCommand(new EventHandler(OnKeyShowDesignerActions), MenuCommands.
KeyInvokeSmartTag
));
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
450
_designerShortCutCommand = new MenuCommand(OnKeyShowDesignerActions, MenuCommands.
KeyInvokeSmartTag
);
453
_oldShortCutCommand = menuCommandService.FindCommand(MenuCommands.
KeyInvokeSmartTag
);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\MenuCommandsTests.cs (1)
27
yield return new object[] { MenuCommands.
KeyInvokeSmartTag
, new CommandID(new Guid("1496a755-94de-11d0-8c3f-00c04fc2aae2"), 147) };