3 writes to left
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewAdvancedBorderStyle.cs (3)
79this.top = this.left = this.right = this.bottom = value; 190this.left = value; 351dgvabs.left = this.left;
6 references to left
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewAdvancedBorderStyle.cs (6)
148return this.left; 171if ((this.all && this.top != value) || (!this.all && this.left != value)) 320dgvabsOther.left == this.left && 330(int) this.left, 351dgvabs.left = this.left;