1 write to _itemsSource
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ObservableItemsSource.cs (1)
27 _itemsSource = itemSource;
7 references to _itemsSource
Microsoft.Maui.Controls.Compatibility (7)
iOS\CollectionView\ObservableItemsSource.cs (7)
54 ((INotifyCollectionChanged)_itemsSource).CollectionChanged -= CollectionChanged; 157 var startIndex = args.NewStartingIndex > -1 ? args.NewStartingIndex : _itemsSource.IndexOf(args.NewItems[0]); 188 var startIndex = args.NewStartingIndex > -1 ? args.NewStartingIndex : _itemsSource.IndexOf(args.NewItems[0]); 223 if (_itemsSource is IList list) 227 foreach (var item in _itemsSource) 234 if (_itemsSource is IList list) 238 foreach (var item in _itemsSource)