1 write to commandSet
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CommandSet.cs (1)
63this.commandSet = new List<CommandSetItem>();
11 references to commandSet
System.Workflow.ComponentModel (11)
AuthoringOM\Design\CommandSet.cs (11)
64this.commandSet.AddRange(new CommandSetItem[] { 121this.commandSet.AddRange(this.zoomCommands); 129this.commandSet.AddRange(this.layoutCommands); 139this.commandSet.AddRange(this.navigationToolCommands); 142for (int i = 0; i < this.commandSet.Count; i++) 144if (this.menuCommandService.FindCommand(this.commandSet[i].CommandID) == null) 145this.menuCommandService.AddCommand(this.commandSet[i]); 176for (int i = 0; i < this.commandSet.Count; i++) 177this.menuCommandService.RemoveCommand(this.commandSet[i]); 186for (int i = 0; i < this.commandSet.Count; i++) 187this.commandSet[i].UpdateStatus();