6 writes to bottom
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewAdvancedBorderStyle.cs (6)
79this.top = this.left = this.right = this.bottom = value; 130this.bottom = value; 186this.bottom = DataGridViewAdvancedCellBorderStyle.Outset; 243this.bottom = DataGridViewAdvancedCellBorderStyle.Outset; 294this.bottom = DataGridViewAdvancedCellBorderStyle.Outset; 350dgvabs.bottom = this.bottom;
9 references to bottom
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridViewAdvancedBorderStyle.cs (9)
97return this.bottom; 120if ((this.all && this.top != value) || (!this.all && this.bottom != value)) 184if (this.bottom == DataGridViewAdvancedCellBorderStyle.OutsetDouble) 241if (this.bottom == DataGridViewAdvancedCellBorderStyle.OutsetDouble) 292if (this.bottom == DataGridViewAdvancedCellBorderStyle.OutsetDouble) 321dgvabsOther.bottom == this.bottom && 331(int) this.bottom, 350dgvabs.bottom = this.bottom;