2 references to GetSystemType
System.Xaml (2)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (2)
216
return GetCustomAttributeData(type,
GetSystemType
(typeof(TypeConverterAttribute)), true, ref foundTC, out converterType);
221
return GetCustomAttributeData(mi,
GetSystemType
(typeof(TypeConverterAttribute)), out converterType);