Implemented interface member:
method
AddCommand
System.ComponentModel.Design.IMenuCommandService.AddCommand(System.ComponentModel.Design.MenuCommand)
6 references to AddCommand
Microsoft.VisualStudio.IntegrationTestService (2)
src\VisualStudio\IntegrationTest\Harness\IntegrationTestServiceShared\IntegrationTestServiceCommands.cs (2)
59menuCommandService.AddCommand(_startMenuCmd); 60menuCommandService.AddCommand(_stopMenuCmd);
Microsoft.VisualStudio.LanguageServices (3)
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (3)
191menuCommandService.AddCommand(menuItem); 199menuCommandService.AddCommand(pasteMenuItem); 200menuCommandService.AddCommand(clearMenuItem);
Roslyn.VisualStudio.DiagnosticsWindow (1)
VisualStudioDiagnosticsWindowPackage.cs (1)
90mcs.AddCommand(menuToolWin);