2 writes to _autoScaleBaseSize
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
459_autoScaleBaseSize = value; 6032_autoScaleBaseSize = Size.Empty;
3 references to _autoScaleBaseSize
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
440if (_autoScaleBaseSize.IsEmpty) 448return _autoScaleBaseSize; 3040if (!_autoScaleBaseSize.IsEmpty)