5 references to GetCustomAttribute
PresentationCore (1)
MS\Internal\Resources\ResourceManagerWrapper.cs (1)
190
NeutralResourcesLanguageAttribute neutralLangAttr = Attribute.
GetCustomAttribute
(_assembly, typeof(NeutralResourcesLanguageAttribute)) as NeutralResourcesLanguageAttribute;
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (1)
2733
RootNamespaceAttribute rnsa = (RootNamespaceAttribute)Attribute.
GetCustomAttribute
(a, typeof(RootNamespaceAttribute));
System\Windows\ThemeInfoAttribute.cs (1)
51
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)
433
Attribute.
GetCustomAttribute
(assembly, typeof(RootNamespaceAttribute));