3 writes to _top
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewAdvancedBorderStyle.cs (3)
73_top = _left = _right = _bottom = value; 270_top = value; 302_top = _top,
15 references to _top
System.Windows.Forms (15)
System\Windows\Forms\Controls\DataGridView\DataGridViewAdvancedBorderStyle.cs (15)
56return _all ? _top : DataGridViewAdvancedCellBorderStyle.NotSet; 70if (!_all || _top != value) 85return _top; 107if ((_all && _top != value) || (!_all && _bottom != value)) 130return _top; 152if ((_all && _top != value) || (!_all && _left != value)) 186return _top; 208if ((_all && _top != value) || (!_all && _right != value)) 235return _top; 254if ((_all && _top != value) || (!_all && _top != value)) 284dgvabsOther._top == _top && 290public override int GetHashCode() => HashCode.Combine(_top, _left, _bottom, _right); 302_top = _top,