18 references to ViewController
Microsoft.Maui.Controls (18)
Handlers\Items\iOS\CarouselViewDelegator.cs (6)
19 ViewController?.UpdateIsScrolling(true); 24 ViewController?.UpdateIsScrolling(false); 29 ViewController?.UpdateIsScrolling(false); 34 ViewController?.DraggingStarted(scrollView); 45 ViewController?.DraggingEnded(scrollView, willDecelerate); 52 if (VisibleItems && ViewController is CarouselViewController vc)
Handlers\Items\iOS\GroupableItemsViewDelegator.cs (4)
20 return ViewController?.GetReferenceSizeForHeader(collectionView, layout, section) ?? CGSize.Empty; 25 return ViewController?.GetReferenceSizeForFooter(collectionView, layout, section) ?? CGSize.Empty; 30 ViewController?.HandleScrollAnimationEnded(); 40 return ViewController?.GetInsetForSection(ItemsViewLayout, collectionView, section) ?? UIEdgeInsets.Zero;
Handlers\Items\iOS\ItemsViewDelegator.cs (5)
50 var viewController = ViewController; 111 ViewController?.CellDisplayingEndedFromDelegate(cell, indexPath); 116 var collectionView = ViewController?.CollectionView; 141 IItemsViewSource source = ViewController.ItemsSource; 184 return ViewController?.GetSizeForItem(indexPath) ?? CGSize.Empty;
Handlers\Items\iOS\ReorderableItemsViewDelegator.cs (1)
22 var itemsView = ViewController?.ItemsView;
Handlers\Items\iOS\SelectableItemsViewDelegator.cs (2)
19 ViewController?.ItemSelected(collectionView, indexPath); 24 ViewController?.ItemDeselected(collectionView, indexPath);