3 writes to _emptyUIView
Microsoft.Maui.Controls (3)
Handlers\Items2\iOS\ItemsViewController2.cs (3)
94 _emptyUIView = null; 426 UpdateView(ItemsView?.EmptyView, ItemsView?.EmptyViewTemplate, ref _emptyUIView, ref _emptyViewFormsElement); 527 _emptyUIView = null;
15 references to _emptyUIView
Microsoft.Maui.Controls (15)
Handlers\Items2\iOS\ItemsViewController2.cs (15)
93 _emptyUIView?.Dispose(); 387 return _emptyUIView.Frame.Size.ToSize(); 451 if (_emptyUIView == null) 465 if (_emptyUIView.Transform.A == -1) 474 if (_emptyUIView.Transform.A == -1) 484 _emptyUIView.Transform = CGAffineTransform.Scale(_emptyUIView.Transform, -1, 1); 489 if (_emptyViewDisplayed || _emptyUIView == null) 494 _emptyUIView.Tag = EmptyTag; 495 CollectionView.AddSubview(_emptyUIView); 510 if (!_emptyViewDisplayed || _emptyUIView == null) 515 _emptyUIView.RemoveFromSuperview(); 533 if (!_initialized || _emptyUIView == null || _emptyUIView.Superview == null) 540 _emptyUIView.Frame = frame;