4 implementations of ItemCountInGroup
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\EmptySource.cs (1)
19
public int
ItemCountInGroup
(nint group) => 0;
Handlers\Items\iOS\ListSource.cs (1)
98
public int
ItemCountInGroup
(nint group)
Handlers\Items\iOS\ObservableGroupedSource.cs (1)
89
public int
ItemCountInGroup
(nint group)
Handlers\Items\iOS\ObservableItemsSource.cs (1)
62
public int
ItemCountInGroup
(nint group)
6 references to ItemCountInGroup
Microsoft.Maui.Controls (6)
Handlers\Items\iOS\IndexPathHelpers.cs (1)
44
if (indexPath.Item >= source.
ItemCountInGroup
(indexPath.Section))
Handlers\Items\iOS\ItemsViewController.cs (2)
128
return ItemsSource.
ItemCountInGroup
(section);
511
if (ItemsSource.
ItemCountInGroup
(n) > 0)
Handlers\Items\iOS\ItemsViewDelegator.cs (1)
158
index += itemSource.
ItemCountInGroup
(i);
Handlers\Items2\iOS\ItemsViewController2.cs (1)
131
return ItemsSource.
ItemCountInGroup
(section);
Handlers\Items2\iOS\ItemsViewDelegator2.cs (1)
159
index += itemSource.
ItemCountInGroup
(i);