2 writes to _autoScaleBaseSize
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
462
_autoScaleBaseSize
= value;
6048
_autoScaleBaseSize
= Size.Empty;
3 references to _autoScaleBaseSize
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
443
if (
_autoScaleBaseSize
.IsEmpty)
451
return
_autoScaleBaseSize
;
3043
if (!
_autoScaleBaseSize
.IsEmpty)