3 references to s_formStateExCalledCreateControl
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
90private static readonly BitVector32.Section s_formStateExAutoSize = BitVector32.CreateSection(1, s_formStateExCalledCreateControl); 619return _formStateEx[s_formStateExCalledCreateControl] != 0; 623_formStateEx[s_formStateExCalledCreateControl] = (value ? 1 : 0);