5 references to FormStateControlBox
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (5)
86private static readonly BitVector32.Section FormStateKeyPreview = BitVector32.CreateSection(1, FormStateControlBox); 281Debug.Assert(formState[FormStateControlBox] == 1, "Failed to set formState[FormStateControlBox]"); 966return formState[FormStateControlBox] != 0; 976formState[FormStateControlBox] = 1; 979formState[FormStateControlBox] = 0;