3 writes to _emptyViewFormsElement
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\ItemsViewController.cs (3)
73 _emptyViewFormsElement = null; 444 UpdateView(ItemsView?.EmptyView, ItemsView?.EmptyViewTemplate, ref _emptyUIView, ref _emptyViewFormsElement); 546 _emptyViewFormsElement = null;
6 references to _emptyViewFormsElement
Microsoft.Maui.Controls.Compatibility (6)
iOS\CollectionView\ItemsViewController.cs (6)
515 if (((IElementController)ItemsView).LogicalChildren.IndexOf(_emptyViewFormsElement) == -1) 517 ItemsView.AddLogicalChild(_emptyViewFormsElement); 543 ItemsView.RemoveLogicalChild(_emptyViewFormsElement); 560 if (_emptyViewFormsElement != null && ((IElementController)ItemsView).LogicalChildren.IndexOf(_emptyViewFormsElement) != -1) 561 _emptyViewFormsElement.Layout(frame.ToRectangle());