1 write to _itemsSource
Microsoft.Maui.Controls (1)
BindableLayout\BindableLayout.cs (1)
284 _itemsSource = itemsSource;
4 references to _itemsSource
Microsoft.Maui.Controls (4)
BindableLayout\BindableLayout.cs (4)
251 public IEnumerable ItemsSource { get => _itemsSource; set => SetItemsSource(value); } 279 if (_itemsSource is INotifyCollectionChanged) 286 if (_itemsSource is INotifyCollectionChanged c) 413 enumerator = _itemsSource?.GetEnumerator();