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