3 references to GetSystemType
PresentationBuildTasks (3)
Framework\System\Windows\Markup\BamlMapTable.cs (1)
313else if (type == ReflectionHelper.GetSystemType(typeof(Uri)))
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
189return GetCustomAttributeData(type, GetSystemType(typeof(TypeConverterAttribute)), true, ref foundTC, out converterType); 194return GetCustomAttributeData(mi, GetSystemType(typeof(TypeConverterAttribute)), out converterType);