2 writes to _headerViewFormsElement
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\StructuredItemsViewController.cs (2)
50
_headerViewFormsElement
= null;
113
ref _headerUIView, ref
_headerViewFormsElement
);
4 references to _headerViewFormsElement
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\StructuredItemsViewController.cs (4)
39
if (
_headerViewFormsElement
!= null)
41
_headerViewFormsElement
.MeasureInvalidated -= OnFormsElementMeasureInvalidated;
232
if (
_headerViewFormsElement
!= null)
233
HandleFormsElementMeasureInvalidated(
_headerViewFormsElement
);