4 references to s_formStateControlBox
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
63
private static readonly BitVector32.Section s_formStateKeyPreview = BitVector32.CreateSection(1,
s_formStateControlBox
);
183
Debug.Assert(_formState[
s_formStateControlBox
] == 1, "Failed to set formState[FormStateControlBox]");
746
get => _formState[
s_formStateControlBox
] != 0;
749
_formState[
s_formStateControlBox
] = value ? 1 : 0;