5 references to 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)
1487
_oldCommands.Add(mcs.FindCommand(MenuCommands.
KeyInvokeSmartTag
));
1530
_newCommands.Add(new MenuCommand(new EventHandler(OnKeyShowDesignerActions), MenuCommands.
KeyInvokeSmartTag
));
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
438
_designerShortCutCommand = new MenuCommand(OnKeyShowDesignerActions, MenuCommands.
KeyInvokeSmartTag
);
441
_oldShortCutCommand = menuCommandService.FindCommand(MenuCommands.
KeyInvokeSmartTag
);