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)
286
private readonly
DataGridViewIntLinkedList
_selectedBandIndexes;
287
private
DataGridViewIntLinkedList
? _selectedBandSnapshotIndexes;
System\Windows\Forms\Controls\DataGridView\DataGridViewIntLinkedList.cs (1)
27
public 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.