11 references to LicenseManager
netstandard (1)
netstandard.cs (1)
363
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
LicenseManager
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
349
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
LicenseManager
))]
System.ComponentModel.TypeConverter (4)
System\ComponentModel\LicenseManager.cs (1)
66
/// specifies when the licensed object can be used, for the <see cref='System.ComponentModel.
LicenseManager
.CurrentContext'/>.
System\ComponentModel\LicenseManager.LicenseInteropHelper.cs (3)
91
context ??=
LicenseManager
.CurrentContext;
93
return
LicenseManager
.ValidateInternalRecursive(
107
LicenseContext licContext =
LicenseManager
.CurrentContext;
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerHost.cs (5)
936
LicenseContext oldContext =
LicenseManager
.CurrentContext;
943
LicenseManager
.CurrentContext = LicenseContext;
944
LicenseManager
.LockContext(s_selfLock);
983
LicenseManager
.UnlockContext(s_selfLock);
984
LicenseManager
.CurrentContext = oldContext;