4 writes to CurrentContext
System.ComponentModel.TypeConverter (2)
System\ComponentModel\LicenseManager.cs (2)
144CurrentContext = creationContext; 158CurrentContext = normal;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerHost.cs (2)
943LicenseManager.CurrentContext = LicenseContext; 984LicenseManager.CurrentContext = oldContext;
6 references to CurrentContext
System.ComponentModel.TypeConverter (5)
System\ComponentModel\LicenseManager.cs (3)
66/// specifies when the licensed object can be used, for the <see cref='System.ComponentModel.LicenseManager.CurrentContext'/>. 141LicenseContext normal = CurrentContext; 260return ValidateInternalRecursive(CurrentContext,
System\ComponentModel\LicenseManager.LicenseInteropHelper.cs (2)
91context ??= LicenseManager.CurrentContext; 107LicenseContext licContext = LicenseManager.CurrentContext;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
936LicenseContext oldContext = LicenseManager.CurrentContext;