4 references to ReflectionHelper
System.Xaml (4)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\TypeConverterHelper.cs (4)
113string? converterName = ReflectionHelper.GetTypeConverterAttributeData(type, out Type? converterType); 123converterType = ReflectionHelper.GetQualifiedType(converterName); 128if (!ReflectionHelper.IsPublicType(converterType)) 323else if (ReflectionHelper.IsNullableType(type))