12 references to FindCommand
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5231MenuCommand reset = mcs.FindCommand(PropertyGridCommands.Reset);
System.Workflow.ComponentModel (11)
AuthoringOM\Design\CommandSet.cs (5)
144if (this.menuCommandService.FindCommand(this.commandSet[i].CommandID) == null) 621MenuCommand expandCommand = this.menuCommandService.FindCommand(WorkflowMenuCommands.Expand); 625MenuCommand collapseCommand = this.menuCommandService.FindCommand(WorkflowMenuCommands.Collapse); 670MenuCommand commentCommand = this.menuCommandService.FindCommand(WorkflowMenuCommands.Disable); 674MenuCommand uncommentCommand = this.menuCommandService.FindCommand(WorkflowMenuCommands.Enable);
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);