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