9 references to DataGridViewCell
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridViewCellLinkedList.cs (9)
55return tmp.DataGridViewCell; 64return this.lastAccessedElement.DataGridViewCell; 84return this.headElement.DataGridViewCell; 123if (tmp.DataGridViewCell == dataGridViewCell) 142if (tmp2.DataGridViewCell == dataGridViewCell) 149if (tmp2.DataGridViewCell == dataGridViewCell) 192if ((column && tmp2.DataGridViewCell.ColumnIndex == bandIndex) || 193(!column && tmp2.DataGridViewCell.RowIndex == bandIndex)) 243return this.current.DataGridViewCell;