6 references to IsPublicType
PresentationBuildTasks (6)
Base\System\Windows\Markup\TypeConverterHelper.cs (1)
149if (!ReflectionHelper.IsPublicType(converterType))
Framework\System\Windows\Markup\XamlTypeMapper.cs (5)
1050if (!ReflectionHelper.IsPublicType(delegateType)) 1116if (ReflectionHelper.IsPublicType(fi.ReflectedType)) 1173if (ReflectionHelper.IsPublicType(mi.ReflectedType)) 1307if (owner == null || ReflectionHelper.IsPublicType(owner)) 2639if (!ReflectionHelper.IsPublicType(objectType))