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