2 writes to _autoScaleBaseSize
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
462_autoScaleBaseSize = value; 6048_autoScaleBaseSize = Size.Empty;
3 references to _autoScaleBaseSize
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
443if (_autoScaleBaseSize.IsEmpty) 451return _autoScaleBaseSize; 3043if (!_autoScaleBaseSize.IsEmpty)