2 writes to _headerViewFormsElement
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\StructuredItemsViewController.cs (2)
54
_headerViewFormsElement
= null;
151
ref _headerUIView, ref
_headerViewFormsElement
);
5 references to _headerViewFormsElement
Microsoft.Maui.Controls (5)
Handlers\Items\iOS\StructuredItemsViewController.cs (5)
33
if (
_headerViewFormsElement
is not null)
35
_headerViewFormsElement
.MeasureInvalidated -= OnFormsElementMeasureInvalidated;
280
if (
_headerViewFormsElement
!= null)
281
HandleFormsElementMeasureInvalidated(
_headerViewFormsElement
);
289
HandleFormsElementMeasureInvalidated(
_headerViewFormsElement
);