1 implementation of IsSupportedActivityType
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ActivityDesigner.cs (1)
2411bool IWorkflowRootDesigner.IsSupportedActivityType(Type activityType)
2 references to IsSupportedActivityType
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ActivityDesigner.cs (2)
2481if (!rootDesigner.IsSupportedActivityType(itemType)) 2488if (rootDesigner != null && !rootDesigner.IsSupportedActivityType(itemType))