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