1 implementation of IListProxy
Microsoft.Maui.Controls (1)
ListProxy.cs (1)
12
internal sealed class ListProxy : IReadOnlyList<object>,
IListProxy
, INotifyCollectionChanged
7 references to IListProxy
Microsoft.Maui.Controls (7)
ITemplatedItemsList.cs (1)
22
IListProxy
ListProxy { get; }
ITemplatedItemsView.cs (1)
10
IListProxy
ListProxy { get; }
ItemsView.cs (1)
56
IListProxy
ITemplatedItemsView<TVisual>.ListProxy => TemplatedItems.ListProxy;
ListProxy.cs (1)
409
bool
IListProxy
.TryGetValue(int index, out object value)
TemplatedItemsList.cs (3)
200
internal
IListProxy
ListProxy
202
get { return (
IListProxy
)GetValue(ListProxyPropertyKey.BindableProperty); }
206
IListProxy
ITemplatedItemsList<TItem>.ListProxy