4 writes to licenseKey
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (4)
6590
this.
licenseKey
= ctl.GetLicenseKey();
6610
licenseKey
= ctl.GetLicenseKey();
6623
this.
licenseKey
= licKey;
6761
licenseKey
= new string(br.ReadChars(cc));
4 references to licenseKey
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (4)
6683
return
licenseKey
;
6822
if (
licenseKey
!= null) {
6823
bw.Write(
licenseKey
.Length);
6824
bw.Write(
licenseKey
.ToCharArray());