2 types derived from MenuCommand
System.ComponentModel.TypeConverter (1)
System.Windows.Forms.Design (1)
64 instantiations of MenuCommand
Microsoft.VisualStudio.IntegrationTestService (2)
Microsoft.VisualStudio.LanguageServices (1)
Microsoft.VisualStudio.RazorExtension (7)
SyntaxVisualizer\SyntaxVisualizerToolWindow.cs (6)
78mcs.AddCommand(new MenuCommand(ShowFormattingDocument, new CommandID(guidSyntaxVisualizerMenuCmdSet, CmdidShowFormattingDocument)));
79mcs.AddCommand(new MenuCommand(ShowGeneratedCode, new CommandID(guidSyntaxVisualizerMenuCmdSet, CmdIdShowGeneratedCode)));
80mcs.AddCommand(new MenuCommand(ShowGeneratedHtml, new CommandID(guidSyntaxVisualizerMenuCmdSet, CmdIdShowGeneratedHtml)));
81mcs.AddCommand(new MenuCommand(ShowAllTagHelpers, new CommandID(guidSyntaxVisualizerMenuCmdSet, CmdIdShowAllTagHelpers)));
82mcs.AddCommand(new MenuCommand(ShowInScopeTagHelpers, new CommandID(guidSyntaxVisualizerMenuCmdSet, CmdIdShowInScopeTagHelpers)));
83mcs.AddCommand(new MenuCommand(ShowReferencedTagHelpers, new CommandID(guidSyntaxVisualizerMenuCmdSet, CmdIdShowReferencedTagHelpers)));
Roslyn.VisualStudio.DiagnosticsWindow (1)
System.Windows.Forms.Design (47)
System.Windows.Forms.Design.Tests (6)
196 references to MenuCommand
DemoConsole (1)
Microsoft.VisualStudio.IntegrationTestService (4)
Microsoft.VisualStudio.LanguageServices (3)
Microsoft.VisualStudio.LanguageServices.Implementation (16)
Microsoft.VisualStudio.RazorExtension (1)
netstandard (1)
Roslyn.VisualStudio.DiagnosticsWindow (1)
System (1)
System.ComponentModel.TypeConverter (7)
System.Windows.Forms (1)
System.Windows.Forms.Design (140)
System.Windows.Forms.Design.Tests (17)
System.Windows.Forms.Tests (3)