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