8 references to CustomActivityDesignerHelper
System.Workflow.ComponentModel (8)
AuthoringOM\Design\ActivityDesigner.cs (3)
2119List<CustomProperty> properties = CustomActivityDesignerHelper.GetCustomProperties(serviceProvider); 2124Type customActivityType = CustomActivityDesignerHelper.GetCustomActivityType(serviceProvider); 2153CustomActivityDesignerHelper.SetCustomProperties(properties, serviceProvider);
AuthoringOM\Design\CustomActivityDesigner.cs (1)
235CustomActivityDesignerHelper.SetBaseTypeName(baseActivityTypeName, activity.Site);
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (2)
107this.properties = CustomActivityDesignerHelper.GetCustomProperties(context); 329Type customActivityType = CustomActivityDesignerHelper.GetCustomActivityType(context);
AuthoringOM\Design\UITypeEditors.cs (2)
142List<CustomProperty> properties = CustomActivityDesignerHelper.GetCustomProperties(context); 146CustomActivityDesignerHelper.SetCustomProperties(properties, context);