4 implementations of
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\EmptySource.cs (1)
16
public object
this
[NSIndexPath indexPath] => throw new IndexOutOfRangeException("IItemsViewSource is empty");
iOS\CollectionView\ListSource.cs (1)
32
public object
this
[NSIndexPath indexPath]
iOS\CollectionView\ObservableGroupedSource.cs (1)
33
public object
this
[NSIndexPath indexPath]
iOS\CollectionView\ObservableItemsSource.cs (1)
88
public object
this
[NSIndexPath indexPath]
7 references to
Microsoft.Maui.Controls.Compatibility (7)
iOS\CollectionView\ItemsViewController.cs (7)
241
cell.Label.Text = ItemsSource
[
indexPath].ToString();
254
var bindingContext = ItemsSource
[
indexPath];
266
cell.Bind(ItemsView.ItemTemplate, ItemsSource
[
indexPath], ItemsView);
282
return ItemsSource
[
index];
320
var item = ItemsSource
[
indexPath];
601
_measurementCells[ItemsSource
[
indexPath]] = templatedCell;
615
var item = ItemsSource
[
indexPath];