2 implementations of
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (1)
8854public ListViewItem this[int displayIndex] {
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (1)
64public ListViewItem this[int index] {
1 write to
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
8384InnerList[index] = value;
1 reference to
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
8377return InnerList[index];