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