Implemented interface member:
property
ProxiedEnumerable
Microsoft.Maui.Controls.IListProxy.ProxiedEnumerable
1 write to ProxiedEnumerable
Microsoft.Maui.Controls (1)
ListProxy.cs (1)
37 ProxiedEnumerable = enumerable;
6 references to ProxiedEnumerable
Microsoft.Maui.Controls (6)
ListProxy.cs (6)
218 if (BindingBase.TryGetSynchronizedCollection(ProxiedEnumerable, out sync)) 220 sync.Callback(ProxiedEnumerable, sync.Context, () => 252 BindingBase.TryGetSynchronizedCollection(ProxiedEnumerable, out syncContext); 268 syncContext.Callback(ProxiedEnumerable, syncContext.Context, getFromList, false); 314 _enumerator = ProxiedEnumerable.GetEnumerator(); 350 syncContext.Callback(ProxiedEnumerable, syncContext.Context, move, false);