3 references to FormStateExCalledOnLoad
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
120private static readonly BitVector32.Section FormStateExCalledMakeVisible = BitVector32.CreateSection(1, FormStateExCalledOnLoad); 812return formStateEx[FormStateExCalledOnLoad] != 0; 815formStateEx[FormStateExCalledOnLoad] = (value ? 1 : 0);