2 writes to _measurementCellTemplated
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\GroupableItemsViewController.cs (2)
242
_measurementCellTemplated
= new HorizontalSupplementaryView(CGRect.Empty);
246
_measurementCellTemplated
= new VerticalSupplementaryView(CGRect.Empty);
4 references to _measurementCellTemplated
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\GroupableItemsViewController.cs (4)
238
if (
_measurementCellTemplated
== null)
250
if (
_measurementCellTemplated
== null)
255
UpdateTemplatedSupplementaryView(
_measurementCellTemplated
, elementKind, NSIndexPath.FromItemSection(0, section));
256
return
_measurementCellTemplated
.Measure();