1 implementation of IndexOf
Microsoft.Maui.Controls (1)
TemplatedItemsList.cs (1)
525 public int IndexOf(TItem item)
1 reference to IndexOf
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ListViewRenderer.cs (1)
416 var groupIndex = templatedItems.IndexOf(til.HeaderContent);