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