1 write to _section
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\ObservableItemsSource.cs (1)
23 _section = group < 0 ? 0 : group;
7 references to _section
Microsoft.Maui.Controls (7)
Handlers\Items\iOS\ObservableItemsSource.cs (7)
40 public int Section => _section; 83 return NSIndexPath.Create(_section, n); 100 if (indexPath.Section != _section) 134 collectionView.NumberOfItemsInSection(_section); 178 return IndexPathHelpers.GenerateIndexPathRange(_section, startIndex, count); 255 var oldPath = NSIndexPath.Create(_section, args.OldStartingIndex); 256 var newPath = NSIndexPath.Create(_section, args.NewStartingIndex);