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