3 writes to licenseKey
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (3)
2193this.licenseKey = ocxState._GetLicenseKey(); 2197this.licenseKey = null; 2541licenseKey = rval[0];
4 references to licenseKey
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (4)
2530if (licenseKey != null || !axState[needLicenseKey]) { 2531return licenseKey; 2542return licenseKey; 2614CreateWithLicense(licenseKey, clsid);