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