1 write to topLeftHeaderCell
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridView.cs (1)
5152this.topLeftHeaderCell = value;
6 references to topLeftHeaderCell
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridView.cs (6)
5137if (this.topLeftHeaderCell == null) 5141return this.topLeftHeaderCell; 5145if (this.topLeftHeaderCell != value) 5147if (this.topLeftHeaderCell != null) 5150this.topLeftHeaderCell.DataGridViewInternal = null; 5155this.topLeftHeaderCell.DataGridViewInternal = this;