2 writes to _autoScaleBaseSize
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
463
_autoScaleBaseSize
= value;
5933
_autoScaleBaseSize
= Size.Empty;
3 references to _autoScaleBaseSize
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
444
if (
_autoScaleBaseSize
.IsEmpty)
452
return
_autoScaleBaseSize
;
2980
if (!
_autoScaleBaseSize
.IsEmpty)