4 implementations of
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\EmptySource.cs (1)
17 public object this[NSIndexPath indexPath] => throw new IndexOutOfRangeException("IItemsViewSource is empty");
Handlers\Items\iOS\ListSource.cs (1)
46 public object this[NSIndexPath indexPath]
Handlers\Items\iOS\ObservableGroupedSource.cs (1)
33 public object this[NSIndexPath indexPath]
Handlers\Items\iOS\ObservableItemsSource.cs (1)
96 public object this[NSIndexPath indexPath]
14 references to
Microsoft.Maui.Controls (14)
Handlers\Items\iOS\ItemsViewController.cs (9)
366 cell.Label.Text = ItemsSource[indexPath].ToString(); 379 var bindingContext = ItemsSource[indexPath]; 391 cell.Bind(ItemsView.ItemTemplate, ItemsSource[indexPath], ItemsView); 407 return ItemsSource[index]; 447 var item = ItemsSource[indexPath]; 458 var item = ItemsSource[indexPath]; 764 _measurementCells[ItemsSource[indexPath]] = templatedCell; 778 var item = ItemsSource[indexPath]; 835 !Equals(itemsSource[indexPath], bindingContext))
Handlers\Items2\iOS\ItemsViewController2.cs (5)
117 TemplatedCell2.Bind(ItemsView.ItemTemplate, ItemsSource[indexpathAdjusted], ItemsView); 121 DefaultCell2.Label.Text = ItemsSource[indexpathAdjusted].ToString(); 291 return ItemsSource[index]; 298 var item = ItemsSource[indexPath]; 592 !Equals(itemsSource[indexPath], bindingContext))