4 references to GetIndexForItem
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\CarouselViewController.cs (2)
366 var currentItemPosition = GetIndexForItem(Carousel.CurrentItem).Row; 379 var currentItemPosition = GetIndexForItem(Carousel.CurrentItem).Row;
iOS\CollectionView\ItemsViewRenderer.cs (1)
172 return Controller.GetIndexForItem(args.Item);
iOS\CollectionView\SelectableItemsViewController.cs (1)
38 var index = GetIndexForItem(selectedItem);