1 write to GetPrototypeForIndexPath
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\ItemsViewController.cs (1)
303 ItemsViewLayout.GetPrototypeForIndexPath = _getPrototypeForIndexPath;
2 references to GetPrototypeForIndexPath
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\ItemsViewLayout.cs (2)
628 if (CollectionView == null || GetPrototypeForIndexPath == null) 654 if (GetPrototypeForIndexPath(indexPath) is ItemsViewCell cellAtIndex)