3 references to s_formStateExAutoSize
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
92private static readonly BitVector32.Section s_formStateExInUpdateMdiControlStrip = BitVector32.CreateSection(1, s_formStateExAutoSize); 494get { return _formStateEx[s_formStateExAutoSize] != 0; } 499_formStateEx[s_formStateExAutoSize] = value ? 1 : 0;