Implemented interface member:
property
ItemCount
Microsoft.Maui.Controls.Handlers.Items.IItemsViewSource.ItemCount
5 references to ItemCount
Microsoft.Maui.Controls (5)
Handlers\Items2\iOS\LoopObservableItemsSource2.cs (5)
25 if (ItemCount == 0) 41 if (ItemCount == 0) 48 if (ItemCount < 1) 61 var newCount = ItemCount; 64 newCount = ItemCount + 2;