3 references to Disable
System.Workflow.ComponentModel (3)
AuthoringOM\Design\CommandSet.cs (3)
98
new CommandSetItem(new EventHandler(OnStatusEnable), new EventHandler(OnEnable), WorkflowMenuCommands.
Disable
, true),
543
menuCommand.Visible = menuCommand.Enabled = (enabled && ((menuCommand.CommandID == WorkflowMenuCommands.Enable && !enabledPropertyValue) || (menuCommand.CommandID == WorkflowMenuCommands.
Disable
&& enabledPropertyValue)));
670
MenuCommand commentCommand = this.menuCommandService.FindCommand(WorkflowMenuCommands.
Disable
);