3 references to s_formStateExCalledOnLoad
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
89
private static readonly BitVector32.Section s_formStateExCalledMakeVisible = BitVector32.CreateSection(1,
s_formStateExCalledOnLoad
);
644
return _formStateEx[
s_formStateExCalledOnLoad
] != 0;
648
_formStateEx[
s_formStateExCalledOnLoad
] = (value ? 1 : 0);