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