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