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