3 writes to _emptyUIView
Microsoft.Maui.Controls (3)
Handlers\Items2\iOS\ItemsViewController2.cs (3)
93 _emptyUIView = null; 356 UpdateView(ItemsView?.EmptyView, ItemsView?.EmptyViewTemplate, ref _emptyUIView, ref _emptyViewFormsElement); 457 _emptyUIView = null;
14 references to _emptyUIView
Microsoft.Maui.Controls (14)
Handlers\Items2\iOS\ItemsViewController2.cs (14)
92 _emptyUIView?.Dispose(); 381 if (_emptyUIView == null) 395 if (_emptyUIView.Transform.A == -1) 404 if (_emptyUIView.Transform.A == -1) 414 _emptyUIView.Transform = CGAffineTransform.Scale(_emptyUIView.Transform, -1, 1); 419 if (_emptyViewDisplayed || _emptyUIView == null) 424 _emptyUIView.Tag = EmptyTag; 425 CollectionView.AddSubview(_emptyUIView); 440 if (!_emptyViewDisplayed || _emptyUIView == null) 445 _emptyUIView.RemoveFromSuperview(); 463 if (!_initialized || _emptyUIView == null || _emptyUIView.Superview == null) 470 _emptyUIView.Frame = frame;