2 writes to _footerViewFormsElement
Microsoft.Maui.Controls (2)
Handlers\Items\iOS\StructuredItemsViewController.cs (2)
47
_footerViewFormsElement
= null;
115
ref _footerUIView, ref
_footerViewFormsElement
);
6 references to _footerViewFormsElement
Microsoft.Maui.Controls (6)
Handlers\Items\iOS\StructuredItemsViewController.cs (6)
39
if (
_footerViewFormsElement
is not null)
41
_footerViewFormsElement
.MeasureInvalidated -= OnFormsElementMeasureInvalidated;
170
nfloat footerWidth = ((ItemsView?.Footer is View) ?
_footerViewFormsElement
?.ToPlatform() : _footerUIView)?.Frame.Width ?? 0f;
200
nfloat footerHeight = ((ItemsView?.Footer is View) ?
_footerViewFormsElement
?.ToPlatform() : _footerUIView)?.Frame.Height ?? 0f;
258
if (
_footerViewFormsElement
!= null)
259
HandleFormsElementMeasureInvalidated(
_footerViewFormsElement
);