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)
2212if (_licenseKey is not null || !_axState[s_needLicenseKey]) 2214return _licenseKey; 2248return _licenseKey; 2328CreateWithLicense(_licenseKey, clsid);