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