2 writes to _measurementCellTemplated
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\GroupableItemsViewController.cs (2)
250 _measurementCellTemplated = new HorizontalSupplementaryView(CGRect.Empty); 254 _measurementCellTemplated = new VerticalSupplementaryView(CGRect.Empty);
4 references to _measurementCellTemplated
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\GroupableItemsViewController.cs (4)
246 if (_measurementCellTemplated == null) 258 if (_measurementCellTemplated == null) 263 UpdateTemplatedSupplementaryView(_measurementCellTemplated, elementKind, NSIndexPath.FromItemSection(0, section)); 264 return _measurementCellTemplated.Measure();