4 references to
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.CheckedListViewItemCollection.cs (4)
88
return this
[
index];
118
return this
[
index];
244
if (WindowsFormsUtils.SafeCompareStrings(this
[
_lastAccessedIndex].Name, key, /* ignoreCase = */ true))
253
if (WindowsFormsUtils.SafeCompareStrings(this
[
i].Name, key, /* ignoreCase = */ true))