5 references to GetDesignerType
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ActivityDesigner.cs (2)
2021Type designerType = GetDesignerType(serviceProvider, activity.GetType(), typeof(IDesigner)); 2023designerType = GetDesignerType(serviceProvider, activity.GetType(), null);
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (3)
725Type designerType = ActivityDesigner.GetDesignerType(serviceProvider, type, designerBaseType); 837Type designerType = ActivityDesigner.GetDesignerType(serviceProvider, activityType, designerBaseType); 884Type designerType = ActivityDesigner.GetDesignerType(serviceProvider, activityType, designerBaseType);