5 references to
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.SelectedListViewItemCollection.cs (4)
171return this[index]; 189return this[index]; 405if (WindowsFormsUtils.SafeCompareStrings(this[_lastAccessedIndex].Name, key, /* ignoreCase = */ true)) 414if (WindowsFormsUtils.SafeCompareStrings(this[i].Name, key, /* ignoreCase = */ true))
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
683index = _columnsAndRowsListView.Items.IndexOf(coll[i]);