6 writes to _bottom
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewAdvancedBorderStyle.cs (6)
73_top = _left = _right = _bottom = value; 118_bottom = value; 169_bottom = DataGridViewAdvancedCellBorderStyle.Outset; 220_bottom = DataGridViewAdvancedCellBorderStyle.Outset; 265_bottom = DataGridViewAdvancedCellBorderStyle.Outset; 304_bottom = _bottom,
9 references to _bottom
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridViewAdvancedBorderStyle.cs (9)
88return _bottom; 107if ((_all && _top != value) || (!_all && _bottom != value)) 167if (_bottom == DataGridViewAdvancedCellBorderStyle.OutsetDouble) 218if (_bottom == DataGridViewAdvancedCellBorderStyle.OutsetDouble) 263if (_bottom == DataGridViewAdvancedCellBorderStyle.OutsetDouble) 286dgvabsOther._bottom == _bottom && 290public override int GetHashCode() => HashCode.Combine(_top, _left, _bottom, _right); 304_bottom = _bottom,