6 references to IsPublicType
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (5)
956if (!ReflectionHelper.IsPublicType(delegateType)) 1022if (ReflectionHelper.IsPublicType(fi.ReflectedType)) 1079if (ReflectionHelper.IsPublicType(mi.ReflectedType)) 1213if (owner == null || ReflectionHelper.IsPublicType(owner)) 2538if (!ReflectionHelper.IsPublicType(objectType))
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\TypeConverterHelper.cs (1)
128if (!ReflectionHelper.IsPublicType(converterType))