1 implementation of ListProxy
Microsoft.Maui.Controls (1)
TemplatedItemsList.cs (1)
206 IListProxy ITemplatedItemsList<TItem>.ListProxy
5 references to ListProxy
Microsoft.Maui.Controls.Compatibility (5)
iOS\Renderers\ListViewRenderer.cs (5)
862 if (templatedItems == null || templatedItems.ListProxy.TryGetValue(0, out item) == false) 1359 return templatedItems.ListProxy.TryGetValue(indexPath.Row, out var _); 1374 var item = templatedList.ListProxy[indexPath.Row]; 1381 var item = templatedList.ListProxy[indexPath.Row]; 1416 var item = templatedList.ListProxy[indexPath.Row];