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