Implemented interface member:
5 references to Count
Microsoft.Maui.Controls (5)
Handlers\Items\iOS\LoopListSource.cs (2)
29
public int LoopCount => Loop ?
Count
* LoopBy :
Count
;
Handlers\Items2\iOS\LoopListSource2.cs (3)
27
public int LoopCount => Loop &&
Count
> 0 ?
Count
+ 2 :
Count
;