4 references to GetCustomAttributes
mscorlib (1)
system\reflection\CustomAttributeExtensions.cs (1)
92
return Attribute.
GetCustomAttributes
(element, attributeType);
PresentationCore (1)
Core\CSharp\MS\Internal\Resources\ContentFileHelper.cs (1)
59
assemblyAttributes = Attribute.
GetCustomAttributes
(
PresentationFramework (1)
src\Framework\System\Windows\Markup\XmlnsCache.cs (1)
291
return Attribute.
GetCustomAttributes
(asm, attrType);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeWindow.cs (1)
553
Attribute[] attr = Attribute.
GetCustomAttributes
(entry, typeof(DebuggableAttribute));