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