3 writes to _emptyViewFormsElement
Microsoft.Maui.Controls (3)
Handlers\Items2\iOS\ItemsViewController2.cs (3)
96
_emptyViewFormsElement
= null;
426
UpdateView(ItemsView?.EmptyView, ItemsView?.EmptyViewTemplate, ref _emptyUIView, ref
_emptyViewFormsElement
);
528
_emptyViewFormsElement
= null;
6 references to _emptyViewFormsElement
Microsoft.Maui.Controls (6)
Handlers\Items2\iOS\ItemsViewController2.cs (6)
497
if (((IElementController)ItemsView).LogicalChildren.IndexOf(
_emptyViewFormsElement
) == -1)
499
ItemsView.AddLogicalChild(
_emptyViewFormsElement
);
525
ItemsView.RemoveLogicalChild(
_emptyViewFormsElement
);
542
if (
_emptyViewFormsElement
!= null && ((IElementController)ItemsView).LogicalChildren.IndexOf(
_emptyViewFormsElement
) != -1)
543
_emptyViewFormsElement
.Layout(frame.ToRectangle());