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