Implemented interface member:
property
this
System.Windows.Forms.ListView.ListViewItemCollection.IInnerList.this[System.Int32]
7 references to
System.Windows.Forms (7)
System\Windows\Forms\Controls\ListView\ListView.ListViewNativeItemCollection.cs (7)
207
return this
[
displayIndex]._id;
367
if (item == this
[
i])
405
if (_owner.IsHandleCreated && !_owner.CheckBoxes && this
[
index].Checked)
407
_owner.UpdateSavedCheckedItems(this
[
index], addItem: false);
413
this
[
index].Focused = false;
414
this
[
index].UnHost(true);
445
dest.SetValue(this
[
displayIndex], index++);