1 override of CacheCellAttributes
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\CarouselViewController.cs (1)
202 protected override void CacheCellAttributes(NSIndexPath indexPath, CGSize size)
2 references to CacheCellAttributes
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\CarouselViewController.cs (1)
205 base.CacheCellAttributes(NSIndexPath.FromItemSection(itemIndex, 0), size);
Handlers\Items\iOS\ItemsViewController.cs (1)
436 CacheCellAttributes(args.NewAttributes.IndexPath, args.NewAttributes.Size);