15 references to General
System.Workflow.Activities (7)
Designers\StateDesigner.cs (7)
434DesignerVerbGroup.General, 441DesignerVerbGroup.General, 448DesignerVerbGroup.General, 455DesignerVerbGroup.General, 462DesignerVerbGroup.General, 469DesignerVerbGroup.General, 476DesignerVerbGroup.General,
System.Workflow.ComponentModel (8)
AuthoringOM\Design\ActivityDesigner.cs (5)
354this.designerVerbs.Add(new ActivityDesignerVerb(this, DesignerVerbGroup.General, DR.GetString(DR.GenerateEventHandlers), new EventHandler(OnGenerateEventHandler), new EventHandler(OnGenerateEventHandlerStatusUpdate))); 359this.designerVerbs.Add(new ActivityDesignerVerb(this, DesignerVerbGroup.General, DR.GetString(DR.PromoteBindings), new EventHandler(OnPromoteBindings), new EventHandler(OnPromoteBindingsStatusUpdate))); 361this.designerVerbs.Add(new ActivityDesignerVerb(this, DesignerVerbGroup.General, DR.GetString(DR.BindSelectedProperty), new EventHandler(OnBindProperty), new EventHandler(OnBindPropertyStatusUpdate))); 363ActivityDesignerVerb designerVerb = new ActivityDesignerVerb(this, DesignerVerbGroup.General, DR.GetString(DR.MoveLeftDesc), new EventHandler(OnMoveBranch), new EventHandler(OnStatusMoveBranch)); 367designerVerb = new ActivityDesignerVerb(this, DesignerVerbGroup.General, DR.GetString(DR.MoveRightDesc), new EventHandler(OnMoveBranch), new EventHandler(OnStatusMoveBranch));
AuthoringOM\Design\DesignerInterfaces.cs (2)
1053safeCollection.Insert(0, new ActivityDesignerVerb(null, DesignerVerbGroup.General, "Dummy", new EventHandler(OnDummyVerb))); 1072if (group == DesignerVerbGroup.General)
AuthoringOM\Design\ParallelActivityDesigner.cs (1)
108this.designerVerbs.Add(new ActivityDesignerVerb(this, DesignerVerbGroup.General, DR.GetString(DR.AddBranch), new EventHandler(OnAddBranch), new EventHandler(OnStatusAddBranch)));