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)
444if (_autoScaleBaseSize.IsEmpty) 452return _autoScaleBaseSize; 2980if (!_autoScaleBaseSize.IsEmpty)