1 write to _internalCollection
Microsoft.Maui.Controls (1)
Items\MarshalingObservableCollection.cs (1)
27
_internalCollection
= list;
3 references to _internalCollection
Microsoft.Maui.Controls (3)
Items\MarshalingObservableCollection.cs (3)
32
foreach (var item in
_internalCollection
)
57
for (int n = 0; n <
_internalCollection
.Count; n++)
59
items.Add(
_internalCollection
[n]);