3 references to FormStateExAutoSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
123private static readonly BitVector32.Section FormStateExInUpdateMdiControlStrip = BitVector32.CreateSection(1, FormStateExAutoSize); 658get { return formStateEx[FormStateExAutoSize] != 0; } 661formStateEx[FormStateExAutoSize] = value ? 1 : 0;