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
);
404
_formStateEx[
s_formStateExSettingAutoScale
] = 1;
423
_formStateEx[
s_formStateExSettingAutoScale
] = 0;
3950
if (_formStateEx[
s_formStateExSettingAutoScale
] != 1)