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