7 references to s_formStateExWindowBoundsWidthIsClientSize
System.Windows.Forms (7)
System\Windows\Forms\Form.cs (7)
99
private static readonly BitVector32.Section s_formStateExWindowBoundsHeightIsClientSize = BitVector32.CreateSection(1,
s_formStateExWindowBoundsWidthIsClientSize
);
680
int preWindowBoundsWidthIsClientSize = _formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
];
698
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = preWindowBoundsWidthIsClientSize;
5105
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] == 1 ? restoredSize.Width : _restoredWindowBounds.Width,
5111
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = 0;
5284
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = 0;
6546
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = 1;