4 types derived from LicenseContext
System.ComponentModel.TypeConverter (4)
System\ComponentModel\Design\DesigntimeLicenseContext.cs (2)
16
public class DesigntimeLicenseContext :
LicenseContext
41
internal sealed class RuntimeLicenseContext :
LicenseContext
System\ComponentModel\LicenseManager.LicenseInteropHelper.cs (2)
14
private sealed class CLRLicenseContext :
LicenseContext
63
private sealed class LicInfoHelperLicenseContext :
LicenseContext
15 references to LicenseContext
netstandard (1)
netstandard.cs (1)
361
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
LicenseContext
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
347
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
LicenseContext
))]
System.ComponentModel.TypeConverter (12)
System\ComponentModel\LicenseManager.cs (7)
22
private static volatile
LicenseContext
? s_context;
34
/// Gets or sets the current <see cref='System.ComponentModel.
LicenseContext
'/> which specifies when the licensed object can be
37
public static
LicenseContext
CurrentContext
121
LicenseContext
creationContext)
134
LicenseContext
creationContext,
141
LicenseContext
normal = CurrentContext;
274
private static bool ValidateInternalRecursive(
LicenseContext
context, Type type, object? instance, bool allowExceptions, out License? license, out string? licenseKey)
System\ComponentModel\LicenseManager.LicenseInteropHelper.cs (3)
86
LicenseContext
context,
105
public static
LicenseContext
GetCurrentContextInfo(Type type, out bool isDesignTime, out string? key)
107
LicenseContext
licContext = LicenseManager.CurrentContext;
System\ComponentModel\LicenseProvider.cs (1)
15
public abstract License? GetLicense(
LicenseContext
context, Type type, object? instance, bool allowExceptions);
System\ComponentModel\LicFileLicenseProvider.cs (1)
48
public override License? GetLicense(
LicenseContext
context, Type type, object? instance, bool allowExceptions)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
936
LicenseContext
oldContext = LicenseManager.CurrentContext;