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