3 writes to ItemsSource
Microsoft.Maui.Controls (3)
BindableLayout\BindableLayout.cs (3)
23 propertyChanged: (b, o, n) => { GetBindableLayoutController(b).ItemsSource = (IEnumerable)n; }); 122 oldC.ItemsSource = null; 131 newC.ItemsSource = GetItemsSource(b);