1 implementation of ListProxy
Microsoft.Maui.Controls (1)
TemplatedItemsList.cs (1)
206
IListProxy ITemplatedItemsList<TItem>.
ListProxy
5 references to ListProxy
Microsoft.Maui.Controls (5)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (5)
841
if (templatedItems == null || templatedItems.
ListProxy
.TryGetValue(0, out item) == false)
1369
return templatedItems.
ListProxy
.TryGetValue(indexPath.Row, out var _);
1386
var item = templatedList.
ListProxy
[indexPath.Row];
1393
var item = templatedList.
ListProxy
[indexPath.Row];
1434
var item = templatedList.
ListProxy
[indexPath.Row];