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
);
683
int preWindowBoundsWidthIsClientSize = _formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
];
701
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = preWindowBoundsWidthIsClientSize;
5011
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] == 1 ? restoredSize.Width : _restoredWindowBounds.Width,
5017
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = 0;
5193
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = 0;
6455
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = 1;