4 references to FormStateExSettingAutoScale
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
129
private static readonly BitVector32.Section FormStateExWindowBoundsWidthIsClientSize = BitVector32.CreateSection(1,
FormStateExSettingAutoScale
);
570
formStateEx[
FormStateExSettingAutoScale
] = 1;
587
formStateEx[
FormStateExSettingAutoScale
] = 0;
4612
if (formStateEx[
FormStateExSettingAutoScale
] != 1) {