2 writes to _autoScaleBaseSize
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
460_autoScaleBaseSize = value; 6024_autoScaleBaseSize = Size.Empty;
3 references to _autoScaleBaseSize
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
441if (_autoScaleBaseSize.IsEmpty) 449return _autoScaleBaseSize; 3055if (!_autoScaleBaseSize.IsEmpty)