1 write to _itemsSource
Microsoft.Maui.Controls (1)
BindableLayout\BindableLayout.cs (1)
283 _itemsSource = itemsSource;
4 references to _itemsSource
Microsoft.Maui.Controls (4)
BindableLayout\BindableLayout.cs (4)
250 public IEnumerable ItemsSource { get => _itemsSource; set => SetItemsSource(value); } 278 if (_itemsSource is INotifyCollectionChanged) 285 if (_itemsSource is INotifyCollectionChanged c) 407 enumerator = _itemsSource?.GetEnumerator();