2 writes to commandSet
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowView.cs (2)
203this.commandSet = new CommandSet(this); 298this.commandSet = null;
15 references to commandSet
System.Workflow.ComponentModel (15)
AuthoringOM\Design\WorkflowView.cs (15)
204this.commandSet.UpdatePanCommands(true); 295if (this.commandSet != null) 297this.commandSet.Dispose(); 377if (this.commandSet != null) 378this.commandSet.UpdateZoomCommands(true); 501if (this.commandSet != null) 502this.commandSet.UpdatePageLayoutCommands(true); 655if (this.commandSet != null) 657this.commandSet.UpdatePageLayoutCommands(true); 658this.commandSet.UpdateZoomCommands(true); 659this.commandSet.UpdatePanCommands(true); 712if (this.commandSet != null) 713this.commandSet.UpdatePageLayoutCommands(true); 1489if (this.commandSet != null) 1490this.commandSet.UpdateCommandSet();