3 references to FormStateExCalledCreateControl
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
122private static readonly BitVector32.Section FormStateExAutoSize = BitVector32.CreateSection(1, FormStateExCalledCreateControl); 794return formStateEx[FormStateExCalledCreateControl] != 0; 797formStateEx[FormStateExCalledCreateControl] = (value ? 1 : 0);