3 writes to _emptyViewFormsElement
Microsoft.Maui.Controls (3)
Handlers\Items\iOS\ItemsViewController.cs (3)
98 _emptyViewFormsElement = null; 606 UpdateView(ItemsView?.EmptyView, ItemsView?.EmptyViewTemplate, ref _emptyUIView, ref _emptyViewFormsElement); 708 _emptyViewFormsElement = null;
6 references to _emptyViewFormsElement
Microsoft.Maui.Controls (6)
Handlers\Items\iOS\ItemsViewController.cs (6)
677 if (((IElementController)ItemsView).LogicalChildren.IndexOf(_emptyViewFormsElement) == -1) 679 ItemsView.AddLogicalChild(_emptyViewFormsElement); 705 ItemsView.RemoveLogicalChild(_emptyViewFormsElement); 722 if (_emptyViewFormsElement != null && ((IElementController)ItemsView).LogicalChildren.IndexOf(_emptyViewFormsElement) != -1) 723 _emptyViewFormsElement.Layout(frame.ToRectangle());