4 references to s_needLicenseKey
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (4)
93private static readonly int s_inTransition = BitVector32.CreateMask(s_needLicenseKey); 192_axState[s_needLicenseKey] = true; 2214if (_licenseKey is not null || !_axState[s_needLicenseKey]) 2235_axState[s_needLicenseKey] = false;