3 writes to _emptyUIView
Microsoft.Maui.Controls (3)
Handlers\Items\iOS\ItemsViewController.cs (3)
96 _emptyUIView = null; 611 UpdateView(ItemsView?.EmptyView, ItemsView?.EmptyViewTemplate, ref _emptyUIView, ref _emptyViewFormsElement); 712 _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(); 636 if (_emptyUIView == null) 650 if (_emptyUIView.Transform.A == -1) 659 if (_emptyUIView.Transform.A == -1) 669 _emptyUIView.Transform = CGAffineTransform.Scale(_emptyUIView.Transform, -1, 1); 674 if (_emptyViewDisplayed || _emptyUIView == null) 679 _emptyUIView.Tag = EmptyTag; 680 CollectionView.AddSubview(_emptyUIView); 695 if (!_emptyViewDisplayed || _emptyUIView == null) 700 _emptyUIView.RemoveFromSuperview(); 718 if (!_initialized || _emptyUIView == null || _emptyUIView.Superview == null) 725 _emptyUIView.Frame = frame;