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