4 implementations of GetIndexForItem
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\EmptySource.cs (1)
25 public NSIndexPath GetIndexForItem(object item)
iOS\CollectionView\ListSource.cs (1)
49 public NSIndexPath GetIndexForItem(object item)
iOS\CollectionView\ObservableGroupedSource.cs (1)
58 public NSIndexPath GetIndexForItem(object item)
iOS\CollectionView\ObservableItemsSource.cs (1)
71 public NSIndexPath GetIndexForItem(object item)
4 references to GetIndexForItem
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\CarouselViewController.cs (3)
215 var currentItemPosition = ItemsSource.GetIndexForItem(Carousel.CurrentItem).Row; 404 position = ItemsSource.GetIndexForItem(currentItem).Row; 433 var pos = ItemsSource.GetIndexForItem(item).Row;
iOS\CollectionView\ItemsViewController.cs (1)
277 return ItemsSource.GetIndexForItem(item);