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