2 writes to menuCommandService
System.Workflow.ComponentModel (2)
AuthoringOM\Design\CommandSet.cs (2)
51this.menuCommandService = (IMenuCommandService)this.serviceProvider.GetService(typeof(IMenuCommandService)); 178this.menuCommandService = null;
10 references to menuCommandService
System.Workflow.ComponentModel (10)
AuthoringOM\Design\CommandSet.cs (10)
52if (this.menuCommandService == null) 144if (this.menuCommandService.FindCommand(this.commandSet[i].CommandID) == null) 145this.menuCommandService.AddCommand(this.commandSet[i]); 177this.menuCommandService.RemoveCommand(this.commandSet[i]); 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); 820if (this.menuCommandService != null) 821this.menuCommandService.GlobalInvoke(MenuCommands.PropertiesWindow);