2 writes to _licenseKey
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
1850
_licenseKey
= _ocxState.LicenseKey;
2247
_licenseKey
= key.ToString();
4 references to _licenseKey
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (4)
2212
if (
_licenseKey
is not null || !_axState[s_needLicenseKey])
2214
return
_licenseKey
;
2248
return
_licenseKey
;
2328
CreateWithLicense(
_licenseKey
, clsid);