2 writes to _licenseKey
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
1853
_licenseKey
= _ocxState.LicenseKey;
2250
_licenseKey
= key.ToString();
4 references to _licenseKey
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (4)
2215
if (
_licenseKey
is not null || !_axState[s_needLicenseKey])
2217
return
_licenseKey
;
2251
return
_licenseKey
;
2331
CreateWithLicense(
_licenseKey
, clsid);