3 writes to _emptyUIView
Microsoft.Maui.Controls (3)
Handlers\Items\iOS\ItemsViewController.cs (3)
96 _emptyUIView = null; 606 UpdateView(ItemsView?.EmptyView, ItemsView?.EmptyViewTemplate, ref _emptyUIView, ref _emptyViewFormsElement); 707 _emptyUIView = null;
15 references to _emptyUIView
Microsoft.Maui.Controls (15)
Handlers\Items\iOS\ItemsViewController.cs (15)
95 _emptyUIView?.Dispose(); 277 return _emptyUIView.Frame.Size.ToSize(); 631 if (_emptyUIView == null) 645 if (_emptyUIView.Transform.A == -1) 654 if (_emptyUIView.Transform.A == -1) 664 _emptyUIView.Transform = CGAffineTransform.Scale(_emptyUIView.Transform, -1, 1); 669 if (_emptyViewDisplayed || _emptyUIView == null) 674 _emptyUIView.Tag = EmptyTag; 675 CollectionView.AddSubview(_emptyUIView); 690 if (!_emptyViewDisplayed || _emptyUIView == null) 695 _emptyUIView.RemoveFromSuperview(); 713 if (!_initialized || _emptyUIView == null || _emptyUIView.Superview == null) 720 _emptyUIView.Frame = frame;