1 instantiation of VerticalSupplementaryView
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\GroupableItemsViewController.cs (1)
254
_measurementCellTemplated = new
VerticalSupplementaryView
(CGRect.Empty);
4 references to VerticalSupplementaryView
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\GroupableItemsViewController.cs (4)
65
CollectionView.RegisterClassForSupplementaryView(typeof(
VerticalSupplementaryView
),
66
kind,
VerticalSupplementaryView
.ReuseId);
138
:
VerticalSupplementaryView
.ReuseId;
252
else if (reuseId ==
VerticalSupplementaryView
.ReuseId)