2 references to GetCustomAttributeData
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
1937
xmlLangPropertyName = ReflectionHelper.
GetCustomAttributeData
(typeAndSerializer.ObjectType,
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
189
return
GetCustomAttributeData
(type, GetSystemType(typeof(TypeConverterAttribute)), true, ref foundTC, out converterType);