5 references to GetDescendantCount
Microsoft.Maui.Controls (5)
TemplatedItemsList.cs (5)
358
count += group.
GetDescendantCount
();
372
index += _groupedItems[i].
GetDescendantCount
() + 1;
409
count += children.
GetDescendantCount
();
435
count += kvp.Value.
GetDescendantCount
();
504
int count = group.
GetDescendantCount
();