2 references to Text
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerHelpers.cs (1)
1524DesignerVerb actionVerb = new DesignerVerb(designerActions[i].Text, new EventHandler(new EventHandler(OnExecuteDesignerAction)), new CommandID(WorkflowMenuCommands.MenuGuid, WorkflowMenuCommands.VerbGroupDesignerActions + i));
AuthoringOM\Design\XomlDesignerLoader.cs (1)
907valueUIItemList.Add(new PropertyValueUIItem(action.Image, propValueUIItemhandler.OnFixPropertyError, action.Text));