1 type derived from License
System (1)
compmod\system\componentmodel\LicFileLicenseProvider.cs (1)
100
private class LicFileLicense :
License
{
14 references to License
System (13)
compmod\system\componentmodel\LicenseManager.cs (11)
193
License
license;
208
License
license;
221
/// specified instance of the type. This method creates a valid <see cref='System.ComponentModel.
License
'/>. </para>
223
public static bool IsValid(Type type, object instance, out
License
license) {
255
private static bool ValidateInternal(Type type, object instance, bool allowExceptions, out
License
license) {
271
private static bool ValidateInternalRecursive(LicenseContext context, Type type, object instance, bool allowExceptions, out
License
license, out string licenseKey) {
334
License
lic;
350
public static
License
Validate(Type type, object instance) {
351
License
lic;
423
License
license;
468
License
license;
compmod\system\componentmodel\LicenseProvider.cs (1)
27
public abstract
License
GetLicense(LicenseContext context, Type type, object instance, bool allowExceptions);
compmod\system\componentmodel\LicFileLicenseProvider.cs (1)
51
public override
License
GetLicense(LicenseContext context, Type type, object instance, bool allowExceptions) {
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
204
private
License
_license = null;