2 types derived from MenuCommand
System (1)
compmod\system\componentmodel\design\DesignerVerb.cs (1)
24public class DesignerVerb : MenuCommand {
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CommandSet.cs (1)
987internal sealed class CommandSetItem : MenuCommand
49 references to MenuCommand
System (7)
compmod\system\componentmodel\design\IMenuCommandService.cs (5)
35void AddCommand(MenuCommand command); 47/// the <see cref='System.ComponentModel.Design.MenuCommand'/> 51MenuCommand FindCommand(CommandID commandID); 60/// Removes the specified <see cref='System.ComponentModel.Design.MenuCommand'/> from the document. 63void RemoveCommand(MenuCommand command);
compmod\system\componentmodel\design\MenuCommand.cs (2)
65/// Initializes a new instance of <see cref='System.ComponentModel.Design.MenuCommand'/>. 224/// a <see cref='System.ComponentModel.Design.MenuCommand.CommandChanged'/> event.</para>
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5231MenuCommand reset = mcs.FindCommand(PropertyGridCommands.Reset);
System.Workflow.ComponentModel (41)
AuthoringOM\Design\CommandSet.cs (35)
193foreach (MenuCommand menuCommand in this.zoomCommands) 203foreach (MenuCommand menuCommand in this.layoutCommands) 213foreach (MenuCommand menuCommand in this.navigationToolCommands) 286MenuCommand menuCommand = (MenuCommand)sender; 307MenuCommand menuCommand = (MenuCommand)sender; 325MenuCommand menuCommand = (MenuCommand)sender; 353MenuCommand cmd = (MenuCommand)sender; 389MenuCommand cmd = (MenuCommand)sender; 421MenuCommand cmd = (MenuCommand)sender; 478MenuCommand cmd = (MenuCommand)sender; 486MenuCommand cmd = (MenuCommand)sender; 492MenuCommand menuCommand = (MenuCommand)sender; 515MenuCommand menuCommand = (MenuCommand)sender; 585MenuCommand menuCommand = (MenuCommand)sender; 608MenuCommand menuCommand = (MenuCommand)sender; 621MenuCommand expandCommand = this.menuCommandService.FindCommand(WorkflowMenuCommands.Expand); 625MenuCommand collapseCommand = this.menuCommandService.FindCommand(WorkflowMenuCommands.Collapse); 633MenuCommand menuCommand = (MenuCommand)sender; 670MenuCommand commentCommand = this.menuCommandService.FindCommand(WorkflowMenuCommands.Disable); 674MenuCommand uncommentCommand = this.menuCommandService.FindCommand(WorkflowMenuCommands.Enable); 707MenuCommand menuCommand = (MenuCommand)sender;
AuthoringOM\Design\MessageFilters\PanningMessageFilter.cs (3)
124MenuCommand menuCommand = menuCommandService.FindCommand(affectedCommand); 138MenuCommand menuCommand = menuCommandService.FindCommand(affectedCommand); 157MenuCommand menuCommand = menuCommandService.FindCommand(affectedCommand);
AuthoringOM\Design\MessageFilters\ZoomingMessageFilter.cs (3)
210MenuCommand menuCommand = menuCommandService.FindCommand(affectedCommand); 229MenuCommand menuCommand = menuCommandService.FindCommand(affectedCommand); 269MenuCommand menuCommand = menuCommandService.FindCommand(affectedCommand);