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