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