7 references to s_formStateExWindowBoundsWidthIsClientSize
System.Windows.Forms (7)
System\Windows\Forms\Form.cs (7)
98
private static readonly BitVector32.Section s_formStateExWindowBoundsHeightIsClientSize = BitVector32.CreateSection(1,
s_formStateExWindowBoundsWidthIsClientSize
);
682
int preWindowBoundsWidthIsClientSize = _formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
];
700
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = preWindowBoundsWidthIsClientSize;
5101
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] == 1 ? restoredSize.Width : _restoredWindowBounds.Width,
5107
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = 0;
5280
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = 0;
6577
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = 1;