5 references to ReflectionHelper
WindowsBase (5)
Base\System\Windows\Markup\TypeConverterHelper.cs (5)
111string converterName = ReflectionHelper.GetTypeConverterAttributeData(memberInfo, out converterType); 128string converterName = ReflectionHelper.GetTypeConverterAttributeData(type, out converterType); 144converterType = ReflectionHelper.GetQualifiedType(converterName); 149if (!ReflectionHelper.IsPublicType(converterType)) 344else if (ReflectionHelper.IsNullableType(type))