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