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
);
679
int preWindowBoundsWidthIsClientSize = _formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
];
697
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = preWindowBoundsWidthIsClientSize;
5085
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] == 1 ? restoredSize.Width : _restoredWindowBounds.Width,
5091
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = 0;
5264
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = 0;
6562
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = 1;