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)
91context ??= LicenseManager.CurrentContext; 93return LicenseManager.ValidateInternalRecursive( 107LicenseContext licContext = LicenseManager.CurrentContext;
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerHost.cs (5)
936LicenseContext oldContext = LicenseManager.CurrentContext; 943LicenseManager.CurrentContext = LicenseContext; 944LicenseManager.LockContext(s_selfLock); 983LicenseManager.UnlockContext(s_selfLock); 984LicenseManager.CurrentContext = oldContext;