7 references to s_formStateExWindowBoundsHeightIsClientSize
System.Windows.Forms (7)
System\Windows\Forms\Form.cs (7)
99
private static readonly BitVector32.Section s_formStateExWindowClosing = BitVector32.CreateSection(1,
s_formStateExWindowBoundsHeightIsClientSize
);
680
int preWindowBoundsHeightIsClientSize = _formStateEx[
s_formStateExWindowBoundsHeightIsClientSize
];
698
_formStateEx[
s_formStateExWindowBoundsHeightIsClientSize
] = preWindowBoundsHeightIsClientSize;
5086
_formStateEx[
s_formStateExWindowBoundsHeightIsClientSize
] == 1 ? restoredSize.Height : _restoredWindowBounds.Height,
5090
_formStateEx[
s_formStateExWindowBoundsHeightIsClientSize
] = 0;
5270
_formStateEx[
s_formStateExWindowBoundsHeightIsClientSize
] = 0;
6563
_formStateEx[
s_formStateExWindowBoundsHeightIsClientSize
] = 1;