4 references to _section
Microsoft.Maui.Controls (4)
Handlers\Items2\iOS\CarouselViewController2.cs (4)
33
return NSIndexPath.FromItemSection(GetIndexFromIndexPath(indexPath),
_section
);
180
return NSIndexPath.FromItemSection(position,
_section
);
422
var item = GetItemAtIndex(NSIndexPath.FromItemSection(carouselPosition,
_section
));
504
var projectedPosition = NSIndexPath.FromItemSection(position,
_section
);