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