8 references to IsSubclassOf
System.Workflow.ComponentModel (8)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
630return TypeProvider.IsSubclassOf(this, c);
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
405return System.Workflow.ComponentModel.Compiler.TypeProvider.IsSubclassOf(this.runtimeType, potentialBaseType);
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (5)
647if (TypeProvider.IsSubclassOf(c, del)) 737if (TypeProvider.IsSubclassOf(fromType, toType)) 751if (TypeProvider.IsSubclassOf(interfaces[i], toType)) 786return TypeProvider.IsSubclassOf(type, typeof(Enum)); 793if (!TypeProvider.IsSubclassOf(enumType, typeof(Enum)))
AuthoringOM\DependencyProperty.cs (1)
155if (TypeProvider.IsSubclassOf(ownerType, dependencyProperty.ownerType)