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