1 instantiation of VerticalDefaultSupplementalView
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\GroupableItemsViewController.cs (1)
277 _measurementCellDefault = new VerticalDefaultSupplementalView(CGRect.Empty);
5 references to VerticalDefaultSupplementalView
Microsoft.Maui.Controls.Compatibility (5)
iOS\CollectionView\GroupableItemsViewController.cs (5)
69 CollectionView.RegisterClassForSupplementaryView(typeof(VerticalDefaultSupplementalView), 70 kind, VerticalDefaultSupplementalView.ReuseId); 133 : VerticalDefaultSupplementalView.ReuseId; 275 else if (reuseId == VerticalDefaultSupplementalView.ReuseId) 295 || reuseId == VerticalDefaultSupplementalView.ReuseId)