2 references to LoopBy
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\LoopObservableItemsSource.cs (2)
19
public int LoopCount => Loop ? Count *
LoopBy
: Count;
29
(int)CollectionView.NumberOfItemsInSection(Section),
LoopBy
, startIndex, count);