1 write to _section
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ObservableItemsSource.cs (1)
24
_section
= group < 0 ? 0 : group;
7 references to _section
Microsoft.Maui.Controls.Compatibility (7)
iOS\CollectionView\ObservableItemsSource.cs (7)
39
public int Section =>
_section
;
77
return NSIndexPath.Create(
_section
, n);
92
if (indexPath.Section !=
_section
)
110
CollectionView.NumberOfItemsInSection(
_section
);
150
return IndexPathHelpers.GenerateIndexPathRange(
_section
, startIndex, count);
208
var oldPath = NSIndexPath.Create(
_section
, args.OldStartingIndex);
209
var newPath = NSIndexPath.Create(
_section
, args.NewStartingIndex);