7 references to FormStateExWindowBoundsHeightIsClientSize
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Form.cs (7)
131
private static readonly BitVector32.Section FormStateExWindowClosing = BitVector32.CreateSection(1,
FormStateExWindowBoundsHeightIsClientSize
);
890
int preWindowBoundsHeightIsClientSize = formStateEx[
FormStateExWindowBoundsHeightIsClientSize
];
906
formStateEx[
FormStateExWindowBoundsHeightIsClientSize
] = preWindowBoundsHeightIsClientSize;
5686
formStateEx[
FormStateExWindowBoundsHeightIsClientSize
]==1 ? restoredSize.Height : restoredWindowBounds.Height,
5690
formStateEx[
FormStateExWindowBoundsHeightIsClientSize
] = 0;
5881
formStateEx[
FormStateExWindowBoundsHeightIsClientSize
] = 0;
6888
formStateEx[
FormStateExWindowBoundsHeightIsClientSize
] = 1;