6 writes to right
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewAdvancedBorderStyle.cs (6)
79this.top = this.left = this.right = this.bottom = value; 126this.right = DataGridViewAdvancedCellBorderStyle.Outset; 182this.right = DataGridViewAdvancedCellBorderStyle.Outset; 247this.right = value; 290this.right = DataGridViewAdvancedCellBorderStyle.Outset; 349dgvabs.right = this.right;
9 references to right
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridViewAdvancedBorderStyle.cs (9)
124if (this.right == DataGridViewAdvancedCellBorderStyle.OutsetDouble) 180if (this.right == DataGridViewAdvancedCellBorderStyle.OutsetDouble) 208return this.right; 232if ((this.all && this.top != value) || (!this.all && this.right != value)) 288if (this.right == DataGridViewAdvancedCellBorderStyle.OutsetDouble) 322dgvabsOther.right == this.right; 332(int) this.right); 349dgvabs.right = this.right;