3 writes to _backgroundUIView
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\ListViewRenderer.cs (3)
132 _backgroundUIView = new UIView(); 225 _backgroundUIView = null; 281 _backgroundUIView = _tableViewController.TableView.BackgroundView;
10 references to _backgroundUIView
Microsoft.Maui.Controls.Compatibility (10)
iOS\Renderers\ListViewRenderer.cs (10)
126 BrushExtensions.RemoveBackgroundLayer(_backgroundUIView); 130 if (_backgroundUIView == null) 133 Control.BackgroundView = _backgroundUIView; 141 _backgroundUIView.BackgroundColor = UIColor.White; 143 _backgroundUIView.BackgroundColor = backgroundColor.ToPlatform(); 147 var backgroundLayer = _backgroundUIView.GetBackgroundLayer(Element.Background); 151 _backgroundUIView.BackgroundColor = UIColor.Clear; 152 BrushExtensions.InsertBackgroundLayer(_backgroundUIView, backgroundLayer, 0); 222 if (_backgroundUIView != null) 224 _backgroundUIView.Dispose();