2 references to GetCustomAttributeData
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (1)
1842
xmlLangPropertyName = ReflectionHelper.
GetCustomAttributeData
(typeAndSerializer.ObjectType,
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (1)
216
return
GetCustomAttributeData
(type, GetSystemType(typeof(TypeConverterAttribute)), true, ref foundTC, out converterType);