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