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