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