3 references to GetSystemType
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlMapTable.cs (1)
294else if (type == ReflectionHelper.GetSystemType(typeof(Uri)))
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);