3 writes to _emptyUIView
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\ItemsViewController.cs (3)
71 _emptyUIView = null; 444 UpdateView(ItemsView?.EmptyView, ItemsView?.EmptyViewTemplate, ref _emptyUIView, ref _emptyViewFormsElement); 545 _emptyUIView = null;
14 references to _emptyUIView
Microsoft.Maui.Controls.Compatibility (14)
iOS\CollectionView\ItemsViewController.cs (14)
70 _emptyUIView?.Dispose(); 469 if (_emptyUIView == null) 483 if (_emptyUIView.Transform.A == -1) 492 if (_emptyUIView.Transform.A == -1) 502 _emptyUIView.Transform = CGAffineTransform.Scale(_emptyUIView.Transform, -1, 1); 507 if (_emptyViewDisplayed || _emptyUIView == null) 512 _emptyUIView.Tag = EmptyTag; 513 CollectionView.AddSubview(_emptyUIView); 528 if (!_emptyViewDisplayed || _emptyUIView == null) 533 _emptyUIView.RemoveFromSuperview(); 551 if (!_initialized || _emptyUIView == null || _emptyUIView.Superview == null) 558 _emptyUIView.Frame = frame;