2 writes to _autoScaleBaseSize
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
460
_autoScaleBaseSize
= value;
6032
_autoScaleBaseSize
= Size.Empty;
3 references to _autoScaleBaseSize
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
441
if (
_autoScaleBaseSize
.IsEmpty)
449
return
_autoScaleBaseSize
;
3058
if (!
_autoScaleBaseSize
.IsEmpty)