7 references to s_formStateExWindowBoundsHeightIsClientSize
System.Windows.Forms (7)
System\Windows\Forms\Form.cs (7)
100private static readonly BitVector32.Section s_formStateExWindowClosing = BitVector32.CreateSection(1, s_formStateExWindowBoundsHeightIsClientSize); 681int preWindowBoundsHeightIsClientSize = _formStateEx[s_formStateExWindowBoundsHeightIsClientSize]; 699_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = preWindowBoundsHeightIsClientSize; 5106_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] == 1 ? restoredSize.Height : _restoredWindowBounds.Height, 5110_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = 0; 5290_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = 0; 6547_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = 1;