5 references to GetCustomAttribute
PresentationCore (1)
MS\Internal\Resources\ResourceManagerWrapper.cs (1)
189
NeutralResourcesLanguageAttribute neutralLangAttr = Attribute.
GetCustomAttribute
(_assembly, typeof(NeutralResourcesLanguageAttribute)) as NeutralResourcesLanguageAttribute;
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (1)
2732
RootNamespaceAttribute rnsa = (RootNamespaceAttribute)Attribute.
GetCustomAttribute
(a, typeof(RootNamespaceAttribute));
System\Windows\ThemeInfoAttribute.cs (1)
50
return Attribute.
GetCustomAttribute
(assembly, typeof(ThemeInfoAttribute)) as ThemeInfoAttribute;
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
13
return Attribute.
GetCustomAttribute
(element, attributeType);
System.Xaml (1)
System\Xaml\MS\Impl\XmlNsInfo.cs (1)
432
Attribute.
GetCustomAttribute
(assembly, typeof(RootNamespaceAttribute));