4 references to GetCustomActivityType
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityDesigner.cs (1)
2124Type customActivityType = CustomActivityDesignerHelper.GetCustomActivityType(serviceProvider);
AuthoringOM\Design\CustomActivityDesigner.cs (2)
405Type customActivityType = GetCustomActivityType(serviceProvider); 514Type customActivityType = GetCustomActivityType(serviceProvider);
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
329Type customActivityType = CustomActivityDesignerHelper.GetCustomActivityType(context);