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