4 references to GetCustomAttribute
mscorlib (1)
system\reflection\CustomAttributeExtensions.cs (1)
10return Attribute.GetCustomAttribute(element, attributeType);
PresentationCore (1)
Core\CSharp\MS\Internal\Resources\ResourceManagerWrapper.cs (1)
200NeutralResourcesLanguageAttribute neutralLangAttr = Attribute.GetCustomAttribute(_assembly, typeof(NeutralResourcesLanguageAttribute)) as NeutralResourcesLanguageAttribute;
PresentationFramework (2)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2832RootNamespaceAttribute rnsa = (RootNamespaceAttribute)Attribute.GetCustomAttribute(a, typeof(RootNamespaceAttribute));
src\Framework\System\Windows\ThemeInfoAttribute.cs (1)
54return Attribute.GetCustomAttribute(assembly, typeof(ThemeInfoAttribute)) as ThemeInfoAttribute;