1 write to _groupSource
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ObservableGroupedSource.cs (1)
23 _groupSource = groupSource as IList ?? new ListSource(groupSource);
14 references to _groupSource
Microsoft.Maui.Controls.Compatibility (14)
iOS\CollectionView\ObservableGroupedSource.cs (14)
25 if (_groupSource is INotifyCollectionChanged incc) 41 public int GroupCount => _groupSource.Count; 49 for (int n = 0; n < _groupSource.Count; n++) 60 for (int i = 0; i < _groupSource.Count; i++) 62 var j = IndexInGroup(item, _groupSource[i]); 77 return _groupSource[indexPath.Section]; 102 if (_groupSource is INotifyCollectionChanged incc) 122 for (int n = 0; n < _groupSource.Count; n++) 124 if (_groupSource[n] is INotifyCollectionChanged && _groupSource[n] is IEnumerable list) 188 var startIndex = args.NewStartingIndex > -1 ? args.NewStartingIndex : _groupSource.IndexOf(args.NewItems[0]); 236 var startIndex = args.NewStartingIndex > -1 ? args.NewStartingIndex : _groupSource.IndexOf(args.NewItems[0]); 269 switch (_groupSource[groupIndex]) 288 switch (_groupSource[groupIndex])