4 references to GetIndexForItem
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\CarouselViewController.cs (2)
497 var currentItemPosition = GetIndexForItem(carousel.CurrentItem).Row; 522 var currentItemPosition = GetIndexForItem(carousel.CurrentItem).Row;
Handlers\Items\iOS\SelectableItemsViewController.cs (1)
39 var index = GetIndexForItem(selectedItem);
Handlers\Items\ItemsViewHandler.iOS.cs (1)
126 return Controller.GetIndexForItem(args.Item);