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