14 references to ViewController
Microsoft.Maui.Controls (14)
Handlers\Items2\iOS\CarouselViewDelegator2.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 CarouselViewController2 vc)
Handlers\Items2\iOS\GroupableItemsViewDelegator2.cs (1)
30
ViewController
?.HandleScrollAnimationEnded();
Handlers\Items2\iOS\ItemsViewDelegator2.cs (4)
51
var viewController =
ViewController
;
112
ViewController
?.CellDisplayingEndedFromDelegate(cell, indexPath);
117
var collectionView =
ViewController
?.CollectionView;
142
IItemsViewSource source =
ViewController
.ItemsSource;
Handlers\Items2\iOS\ReorderableItemsViewDelegator2.cs (1)
22
var itemsView =
ViewController
?.ItemsView;
Handlers\Items2\iOS\SelectableItemsViewDelegator2.cs (2)
19
ViewController
?.ItemSelected(collectionView, indexPath);
24
ViewController
?.ItemDeselected(collectionView, indexPath);