4 references to GetCorrectedIndexFromIndexPath
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\CarouselViewController.cs (4)
189
return _carouselViewLoopManager.
GetCorrectedIndexFromIndexPath
(indexPath);
534
var correctedIndex =
GetCorrectedIndexFromIndexPath
(indexPath);
548
return
GetCorrectedIndexFromIndexPath
(centerIndexPath);
557
var currentCarouselPosition =
GetCorrectedIndexFromIndexPath
(centerIndexPath);