2 writes to _footerViewFormsElement
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\StructuredItemsViewController.cs (2)
56
_footerViewFormsElement
= null;
134
ref _footerUIView, ref
_footerViewFormsElement
);
5 references to _footerViewFormsElement
Microsoft.Maui.Controls (5)
Handlers\Items\iOS\StructuredItemsViewController.cs (5)
38
if (
_footerViewFormsElement
is not null)
40
_footerViewFormsElement
.MeasureInvalidated -= OnFormsElementMeasureInvalidated;
283
if (
_footerViewFormsElement
!= null)
284
HandleFormsElementMeasureInvalidated(
_footerViewFormsElement
);
294
HandleFormsElementMeasureInvalidated(
_footerViewFormsElement
);