2 writes to menuCommandService
System.Workflow.ComponentModel (2)
AuthoringOM\Design\CommandSet.cs (2)
51
this.
menuCommandService
= (IMenuCommandService)this.serviceProvider.GetService(typeof(IMenuCommandService));
178
this.
menuCommandService
= null;
10 references to menuCommandService
System.Workflow.ComponentModel (10)
AuthoringOM\Design\CommandSet.cs (10)
52
if (this.
menuCommandService
== null)
144
if (this.
menuCommandService
.FindCommand(this.commandSet[i].CommandID) == null)
145
this.
menuCommandService
.AddCommand(this.commandSet[i]);
177
this.
menuCommandService
.RemoveCommand(this.commandSet[i]);
621
MenuCommand expandCommand = this.
menuCommandService
.FindCommand(WorkflowMenuCommands.Expand);
625
MenuCommand collapseCommand = this.
menuCommandService
.FindCommand(WorkflowMenuCommands.Collapse);
670
MenuCommand commentCommand = this.
menuCommandService
.FindCommand(WorkflowMenuCommands.Disable);
674
MenuCommand uncommentCommand = this.
menuCommandService
.FindCommand(WorkflowMenuCommands.Enable);
820
if (this.
menuCommandService
!= null)
821
this.
menuCommandService
.GlobalInvoke(MenuCommands.PropertiesWindow);