17 references to GetCustomAttribute
mscorlib (3)
system\attribute.cs (1)
538return GetCustomAttribute(element, attributeType, true);
system\deployment\isolationinterop.cs (1)
2982GuidAttribute guidAttr = (GuidAttribute)Attribute.GetCustomAttribute(
system\reflection\CustomAttributeExtensions.cs (1)
44return Attribute.GetCustomAttribute(element, attributeType, inherit);
System (1)
compmod\system\componentmodel\LicenseManager.cs (1)
276LicenseProviderAttribute attr = (LicenseProviderAttribute)Attribute.GetCustomAttribute(type, typeof(LicenseProviderAttribute), false);
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (2)
201return Attribute.GetCustomAttribute(mi, typeof(FunctionAttribute), false) != null; 877this.functionAttrib = Attribute.GetCustomAttribute(mi, typeof(FunctionAttribute), false) as FunctionAttribute;
System.Management (1)
Instrumentation\MetaDataInfo.cs (1)
109Guid guidIMetaDataImport = new Guid(((GuidAttribute)Attribute.GetCustomAttribute(typeof(IMetaDataImportInternalOnly), typeof(GuidAttribute), false)).Value);
System.Web (8)
UI\ControlBuilder.cs (3)
1168TemplateContainerAttribute templateAttrib = (TemplateContainerAttribute)Attribute.GetCustomAttribute(propInfo, typeof(TemplateContainerAttribute), false); 1744IgnoreUnknownContentAttribute attr = (IgnoreUnknownContentAttribute)Attribute.GetCustomAttribute(pInfo, typeof(IgnoreUnknownContentAttribute), true); 1777PersistenceModeAttribute persistenceAttr = (PersistenceModeAttribute)Attribute.GetCustomAttribute(pInfo, typeof(PersistenceModeAttribute), true);
UI\WebControls\ObjectDataSourceView.cs (1)
1519DataObjectMethodAttribute attr = Attribute.GetCustomAttribute(mi, typeof(DataObjectMethodAttribute), true) as DataObjectMethodAttribute;
UI\WebParts\PersonalizableTypeEntry.cs (1)
75PersonalizableAttribute pa = Attribute.GetCustomAttribute(pi,
UI\WebParts\WebPartManager.cs (3)
3019UrlPropertyAttribute urlAttr = Attribute.GetCustomAttribute(pi, typeof(UrlPropertyAttribute), true) as UrlPropertyAttribute; 3048TypeConverterAttribute attr = Attribute.GetCustomAttribute(pi, typeof(TypeConverterAttribute), true) as TypeConverterAttribute; 4232Attribute.GetCustomAttribute(propertyInfo, typeof(TypeConverterAttribute), true) as TypeConverterAttribute;
System.Web.Extensions (1)
Script\Serialization\JavaScriptSerializer.cs (1)
298ScriptIgnoreAttribute scriptIgnoreAttr = (ScriptIgnoreAttribute)Attribute.GetCustomAttribute(memberInfo, typeof(ScriptIgnoreAttribute), inherit: true);
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\IsolationInterop.cs (1)
2998GuidAttribute guidAttr = (GuidAttribute)Attribute.GetCustomAttribute(