3 writes to _emptyViewFormsElement
Microsoft.Maui.Controls (3)
Handlers\Items\iOS\ItemsViewController.cs (3)
98
_emptyViewFormsElement
= null;
611
UpdateView(ItemsView?.EmptyView, ItemsView?.EmptyViewTemplate, ref _emptyUIView, ref
_emptyViewFormsElement
);
713
_emptyViewFormsElement
= null;
7 references to _emptyViewFormsElement
Microsoft.Maui.Controls (7)
Handlers\Items\iOS\ItemsViewController.cs (7)
543
if (
_emptyViewFormsElement
is IView emptyView)
682
if (((IElementController)ItemsView).LogicalChildren.IndexOf(
_emptyViewFormsElement
) == -1)
684
ItemsView.AddLogicalChild(
_emptyViewFormsElement
);
710
ItemsView.RemoveLogicalChild(
_emptyViewFormsElement
);
727
if (
_emptyViewFormsElement
!= null && ((IElementController)ItemsView).LogicalChildren.IndexOf(
_emptyViewFormsElement
) != -1)
728
_emptyViewFormsElement
.Layout(frame.ToRectangle());