7 references to GetCustomAttributes
PresentationCore (1)
MS\Internal\Resources\ContentFileHelper.cs (1)
58
assemblyAttributes = Attribute.
GetCustomAttributes
(
PresentationFramework (1)
System\Windows\Markup\XmlnsCache.cs (1)
277
return Attribute.
GetCustomAttributes
(asm, attrType);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeExtensions.cs (1)
95
return Attribute.
GetCustomAttributes
(element, attributeType);
System.Xaml (4)
System\Xaml\MS\Impl\XmlNsInfo.cs (4)
171
attributes = Attribute.
GetCustomAttributes
(assembly, typeof(XmlnsDefinitionAttribute));
255
Attribute[] attributes = Attribute.
GetCustomAttributes
(assembly, typeof(InternalsVisibleToAttribute));
311
Attribute[] attributes = Attribute.
GetCustomAttributes
(assembly, typeof(XmlnsCompatibleWithAttribute));
362
Attribute[] attributes = Attribute.
GetCustomAttributes
(assembly, typeof(XmlnsPrefixAttribute));