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