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