4 implementations of GroupItemsViewSource
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\EmptySource.cs (1)
26 public IItemsViewSource GroupItemsViewSource(NSIndexPath indexPath)
Handlers\Items\iOS\ListSource.cs (1)
93 public IItemsViewSource GroupItemsViewSource(NSIndexPath indexPath)
Handlers\Items\iOS\ObservableGroupedSource.cs (1)
84 public IItemsViewSource GroupItemsViewSource(NSIndexPath indexPath)
Handlers\Items\iOS\ObservableItemsSource.cs (1)
72 public IItemsViewSource GroupItemsViewSource(NSIndexPath indexPath)
4 references to GroupItemsViewSource
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\ReorderableItemsViewController.cs (2)
113 var fromItemsSource = fromList is INotifyCollectionChanged ? itemsSource.GroupItemsViewSource(sourceIndexPath) : null; 117 var toItemsSource = toList is INotifyCollectionChanged ? itemsSource.GroupItemsViewSource(destinationIndexPath) : null;
Handlers\Items2\iOS\ReorderableItemsViewController2.cs (2)
113 var fromItemsSource = fromList is INotifyCollectionChanged ? itemsSource.GroupItemsViewSource(sourceIndexPath) : null; 117 var toItemsSource = toList is INotifyCollectionChanged ? itemsSource.GroupItemsViewSource(destinationIndexPath) : null;