4 references to GetIndexFromIndexPath
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\CarouselViewController.cs (1)
163
var itemIndex =
GetIndexFromIndexPath
(indexPath);
iOS\CollectionView\CarouselViewDelegator.cs (3)
54
firstVisibleItemIndex = ViewController.
GetIndexFromIndexPath
(First);
55
centerItemIndex = ViewController.
GetIndexFromIndexPath
(Center);
56
lastVisibleItemIndex = ViewController.
GetIndexFromIndexPath
(Last);