2 instantiations of DataGridViewIntLinkedList
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (1)
468this.selectedBandIndexes = new DataGridViewIntLinkedList();
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
20477this.selectedBandSnapshotIndexes = new DataGridViewIntLinkedList(this.selectedBandIndexes);
5 references to DataGridViewIntLinkedList
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridView.cs (2)
313private DataGridViewIntLinkedList selectedBandIndexes; 314private DataGridViewIntLinkedList selectedBandSnapshotIndexes;
winforms\Managed\System\WinForms\DataGridViewIntLinkedList.cs (3)
38public DataGridViewIntLinkedList(DataGridViewIntLinkedList source) 223/// <para>Represents an emunerator of elements in a <see cref='System.Windows.Forms.DataGridViewIntLinkedList'/> linked list.</para> 275/// <para>Represents an element in a <see cref='System.Windows.Forms.DataGridViewIntLinkedList'/> linked list.</para>