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