3 writes to top
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewAdvancedBorderStyle.cs (3)
79this.top = this.left = this.right = this.bottom = value; 298this.top = value; 348dgvabs.top = this.top;
15 references to top
System.Windows.Forms (15)
winforms\Managed\System\WinForms\DataGridViewAdvancedBorderStyle.cs (15)
59return this.all ? this.top : DataGridViewAdvancedCellBorderStyle.NotSet; 76if (!this.all || this.top != value) 95return this.top; 120if ((this.all && this.top != value) || (!this.all && this.bottom != value)) 146return this.top; 171if ((this.all && this.top != value) || (!this.all && this.left != value)) 206return this.top; 232if ((this.all && this.top != value) || (!this.all && this.right != value)) 261return this.top; 284if ((this.all && this.top != value) || (!this.all && this.top != value)) 319dgvabsOther.top == this.top && 329return WindowsFormsUtils.GetCombinedHashCodes((int) this.top, 348dgvabs.top = this.top;