2 instantiations of DataGridViewCellLinkedList
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (2)
469this.individualSelectedCells = new DataGridViewCellLinkedList(); 470this.individualReadOnlyCells = new DataGridViewCellLinkedList();
5 references to DataGridViewCellLinkedList
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridView.cs (2)
311private DataGridViewCellLinkedList individualSelectedCells; 312private DataGridViewCellLinkedList individualReadOnlyCells;
winforms\Managed\System\WinForms\DataGridViewCellLinkedList.cs (2)
222/// <para>Represents an emunerator of elements in a <see cref='System.Windows.Forms.DataGridViewCellLinkedList'/> linked list.</para> 274/// <para>Represents an element in a <see cref='System.Windows.Forms.DataGridViewCellLinkedList'/> linked list.</para>
winforms\Managed\System\WinForms\DataGridViewSelectedCellCollection.cs (1)
194internal void AddCellLinkedList(DataGridViewCellLinkedList dataGridViewCells)