2 references to GetCorrectedIndex
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\CarouselViewController.cs (2)
540
return
GetCorrectedIndex
(indexPath.Row - _indexOffset);
687
var correctedIndex =
GetCorrectedIndex
(shiftCells);