4 references to GetIndex
Microsoft.Maui.Controls (4)
Internals\CellExtensions.cs (1)
32 return TemplatedItemsList<TView, TItem>.GetIndex(cell);
TemplatedItemsList.cs (3)
531 return GetIndex(item); 886 SetIndex(item, GetIndex(item) + e.OldItems.Count); 1044 SetIndex(item, GetIndex(item) + e.OldItems.Count);