8 references to VerbFirst
System (1)
compmod\system\componentmodel\design\DesignerVerb.cs (1)
32
public DesignerVerb(string text, EventHandler handler) : base(handler, StandardCommands.
VerbFirst
) {
System.Workflow.ComponentModel (7)
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;