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