6 writes to all
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewAdvancedBorderStyle.cs (6)
78this.all = true; 129this.all = false; 189this.all = false; 246this.all = false; 297this.all = false; 347dgvabs.all = this.all;
20 references to all
System.Windows.Forms (20)
winforms\Managed\System\WinForms\DataGridViewAdvancedBorderStyle.cs (20)
59return this.all ? this.top : DataGridViewAdvancedCellBorderStyle.NotSet; 76if (!this.all || this.top != value) 93if (this.all) 120if ((this.all && this.top != value) || (!this.all && this.bottom != value)) 122if (this.all) 144if (this.all) 171if ((this.all && this.top != value) || (!this.all && this.left != value)) 178if (this.all) 204if (this.all) 232if ((this.all && this.top != value) || (!this.all && this.right != value)) 239if (this.all) 284if ((this.all && this.top != value) || (!this.all && this.top != value)) 286if (this.all) 318return dgvabsOther.all == this.all && 347dgvabs.all = this.all;