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