5 references to
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.SelectedListViewItemCollection.cs (4)
170return this[index]; 188return this[index]; 404if (WindowsFormsUtils.SafeCompareStrings(this[_lastAccessedIndex].Name, key, /* ignoreCase = */ true)) 413if (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]);