1 implementation of ProxiedEnumerable
Microsoft.Maui.Controls (1)
ListProxy.cs (1)
56 public IEnumerable ProxiedEnumerable { get; }
3 references to ProxiedEnumerable
Microsoft.Maui.Controls (3)
TemplatedItemsList.cs (3)
164 get { return ListProxy.ProxiedEnumerable; } 654 content.BindingContext = ListProxy.ProxiedEnumerable; 759 groupProxy.HeaderContent = _itemsView.CreateDefault(ListProxy.ProxiedEnumerable);