4 writes to CurrentContext
System.ComponentModel.TypeConverter (2)
System\ComponentModel\LicenseManager.cs (2)
144
CurrentContext
= creationContext;
158
CurrentContext
= normal;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerHost.cs (2)
943
LicenseManager.
CurrentContext
= LicenseContext;
984
LicenseManager.
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
'/>.
141
LicenseContext normal =
CurrentContext
;
260
return ValidateInternalRecursive(
CurrentContext
,
System\ComponentModel\LicenseManager.LicenseInteropHelper.cs (2)
91
context ??= LicenseManager.
CurrentContext
;
107
LicenseContext licContext = LicenseManager.
CurrentContext
;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
936
LicenseContext oldContext = LicenseManager.
CurrentContext
;