7 references to s_formStateExWindowBoundsHeightIsClientSize
System.Windows.Forms (7)
System\Windows\Forms\Form.cs (7)
99private static readonly BitVector32.Section s_formStateExWindowClosing = BitVector32.CreateSection(1, s_formStateExWindowBoundsHeightIsClientSize); 683int preWindowBoundsHeightIsClientSize = _formStateEx[s_formStateExWindowBoundsHeightIsClientSize]; 701_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = preWindowBoundsHeightIsClientSize; 5102_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] == 1 ? restoredSize.Height : _restoredWindowBounds.Height, 5106_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = 0; 5286_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = 0; 6578_formStateEx[s_formStateExWindowBoundsHeightIsClientSize] = 1;