5 references to GetIndexForItem
Microsoft.Maui.Controls (5)
Handlers\Items2\iOS\CarouselViewController2.cs (3)
442
var currentItemPosition =
GetIndexForItem
(carousel.CurrentItem).Row;
466
var currentItemPosition =
GetIndexForItem
(carousel.CurrentItem).Row;
570
var pos =
GetIndexForItem
(item).Row;
Handlers\Items2\iOS\SelectableItemsViewController2.cs (1)
39
var index =
GetIndexForItem
(selectedItem);
Handlers\Items2\ItemsViewHandler2.iOS.cs (1)
153
return Controller.
GetIndexForItem
(args.Item);