1 override of CacheCellAttributes
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\CarouselViewController.cs (1)
161
protected override void
CacheCellAttributes
(NSIndexPath indexPath, CGSize size)
2 references to CacheCellAttributes
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\CarouselViewController.cs (1)
164
base.
CacheCellAttributes
(NSIndexPath.FromItemSection(itemIndex, 0), size);
iOS\CollectionView\ItemsViewController.cs (1)
309
CacheCellAttributes
(args.NewAttributes.IndexPath, args.NewAttributes.Size);