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;
5008
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] == 1 ? restoredSize.Width : _restoredWindowBounds.Width,
5014
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = 0;
5187
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = 0;
6449
_formStateEx[
s_formStateExWindowBoundsWidthIsClientSize
] = 1;