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