Implemented interface member:
method
IndexOf
System.Windows.Forms.ListView.ListViewItemCollection.IInnerList.IndexOf(System.Windows.Forms.ListViewItem)
1 reference to IndexOf
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.ListViewNativeItemCollection.cs (1)
378int index = _owner.VirtualMode ? Count - 1 : IndexOf(item);