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