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