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