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