1 instantiation of CommandSet
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowView.cs (1)
203this.commandSet = new CommandSet(this);
6 references to CommandSet
System.Workflow.ComponentModel (6)
AuthoringOM\Design\MessageFilters\PanningMessageFilter.cs (2)
136foreach (CommandID affectedCommand in CommandSet.NavigationToolCommandIds) 155foreach (CommandID affectedCommand in CommandSet.NavigationToolCommandIds)
AuthoringOM\Design\MessageFilters\ZoomingMessageFilter.cs (3)
208foreach (CommandID affectedCommand in CommandSet.NavigationToolCommandIds) 227foreach (CommandID affectedCommand in CommandSet.NavigationToolCommandIds) 267foreach (CommandID affectedCommand in CommandSet.NavigationToolCommandIds)
AuthoringOM\Design\WorkflowView.cs (1)
110private CommandSet commandSet = null;