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;
369
if (item == this
[
i])
407
if (_owner.IsHandleCreated && !_owner.CheckBoxes && this
[
index].Checked)
409
_owner.UpdateSavedCheckedItems(this
[
index], addItem: false);
415
this
[
index].Focused = false;
416
this
[
index].UnHost(true);
447
dest.SetValue(this
[
displayIndex], index++);