4 references to s_formStateExSettingAutoScale
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
98
private static readonly BitVector32.Section s_formStateExWindowBoundsWidthIsClientSize = BitVector32.CreateSection(1,
s_formStateExSettingAutoScale
);
401
_formStateEx[
s_formStateExSettingAutoScale
] = 1;
420
_formStateEx[
s_formStateExSettingAutoScale
] = 0;
4025
if (_formStateEx[
s_formStateExSettingAutoScale
] != 1)