1 instantiation of DataGridViewIntLinkedList
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
19941_selectedBandSnapshotIndexes = new DataGridViewIntLinkedList(_selectedBandIndexes);
5 references to DataGridViewIntLinkedList
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
286private readonly DataGridViewIntLinkedList _selectedBandIndexes; 287private DataGridViewIntLinkedList? _selectedBandSnapshotIndexes;
System\Windows\Forms\Controls\DataGridView\DataGridViewIntLinkedList.cs (1)
27public DataGridViewIntLinkedList(DataGridViewIntLinkedList source)
System\Windows\Forms\Controls\DataGridView\DataGridViewIntLinkedListElement.cs (1)
7/// Represents an element in a <see cref="DataGridViewIntLinkedList"/> linked list.
System\Windows\Forms\Controls\DataGridView\DataGridViewIntLinkedListEnumerator.cs (1)
9/// Represents an enumerator of elements in a <see cref="DataGridViewIntLinkedList"/> linked list.