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)
2215if (_licenseKey is not null || !_axState[s_needLicenseKey]) 2217return _licenseKey; 2251return _licenseKey; 2331CreateWithLicense(_licenseKey, clsid);