2 writes to autoScaleBaseSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
625
autoScaleBaseSize
= value;
6350
autoScaleBaseSize
= Size.Empty;
3 references to autoScaleBaseSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
611
if (
autoScaleBaseSize
.IsEmpty) {
615
return
autoScaleBaseSize
;
3367
if (!
autoScaleBaseSize
.IsEmpty) {