4 references to OnStatusExpandCollapse
System.Workflow.ComponentModel (4)
AuthoringOM\Design\CommandSet.cs (4)
96
new CommandSetItem(new EventHandler(
OnStatusExpandCollapse
), new EventHandler(OnExpandCollapse), WorkflowMenuCommands.Expand),
97
new CommandSetItem(new EventHandler(
OnStatusExpandCollapse
), new EventHandler(OnExpandCollapse), WorkflowMenuCommands.Collapse),
623
OnStatusExpandCollapse
(expandCommand, EventArgs.Empty);
627
OnStatusExpandCollapse
(collapseCommand, EventArgs.Empty);