1 type derived from StandardCommands
System.Workflow.ComponentModel (1)
AuthoringOM\Design\MenuCommands.cs (1)
7
public sealed class WorkflowMenuCommands :
StandardCommands
9 references to StandardCommands
System (1)
compmod\system\componentmodel\design\DesignerVerb.cs (1)
32
public DesignerVerb(string text, EventHandler handler) : base(handler,
StandardCommands
.VerbFirst) {
System.Workflow.ComponentModel (8)
AuthoringOM\Design\CommandSet.cs (1)
85
new CommandSetItem(new EventHandler(OnStatusAlways), new EventHandler(OnViewCode), new CommandID(
StandardCommands
.Cut.Guid, 333)),
AuthoringOM\Design\MenuCommands.cs (7)
112
public static readonly int VerbGroupGeneral =
StandardCommands
.VerbFirst.ID;
113
public static readonly int VerbGroupView =
StandardCommands
.VerbFirst.ID + 25;
114
public static readonly int VerbGroupEdit =
StandardCommands
.VerbFirst.ID + 50;
115
public static readonly int VerbGroupOptions =
StandardCommands
.VerbFirst.ID + 75;
116
public static readonly int VerbGroupActions =
StandardCommands
.VerbFirst.ID + 100;
117
public static readonly int VerbGroupMisc =
StandardCommands
.VerbFirst.ID + 125;
118
public static readonly int VerbGroupDesignerActions =
StandardCommands
.VerbFirst.ID + 150;