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