7 references to FormStateExWindowBoundsWidthIsClientSize
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Form.cs (7)
130private static readonly BitVector32.Section FormStateExWindowBoundsHeightIsClientSize = BitVector32.CreateSection(1, FormStateExWindowBoundsWidthIsClientSize); 889int preWindowBoundsWidthIsClientSize = formStateEx[FormStateExWindowBoundsWidthIsClientSize]; 905formStateEx[FormStateExWindowBoundsWidthIsClientSize] = preWindowBoundsWidthIsClientSize; 5685formStateEx[FormStateExWindowBoundsWidthIsClientSize]==1 ? restoredSize.Width : restoredWindowBounds.Width, 5691formStateEx[FormStateExWindowBoundsWidthIsClientSize] = 0; 5877formStateEx[FormStateExWindowBoundsWidthIsClientSize] = 0; 6887formStateEx[FormStateExWindowBoundsWidthIsClientSize] = 1;