1 instantiation of LicenseProviderAttribute
System (1)
compmod\system\componentmodel\LicenseProviderAttribute.cs (1)
24
public static readonly LicenseProviderAttribute Default = new
LicenseProviderAttribute
();
9 references to LicenseProviderAttribute
System (9)
compmod\system\componentmodel\LicenseManager.cs (3)
276
LicenseProviderAttribute
attr = (
LicenseProviderAttribute
)Attribute.GetCustomAttribute(type, typeof(
LicenseProviderAttribute
), false);
compmod\system\componentmodel\LicenseProviderAttribute.cs (6)
24
public static readonly
LicenseProviderAttribute
Default = new LicenseProviderAttribute();
30
/// <para>Initializes a new instance of the <see cref='System.ComponentModel.
LicenseProviderAttribute
'/> class without a license
38
/// Initializes a new instance of the <see cref='System.ComponentModel.
LicenseProviderAttribute
'/> class with
48
/// Initializes a new instance of the <see cref='System.ComponentModel.
LicenseProviderAttribute
'/> class with
95
if (value is
LicenseProviderAttribute
&& value != null) {
96
Type type = ((
LicenseProviderAttribute
)value).LicenseProvider;