3 writes to _backgroundUIView
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (3)
103 _backgroundUIView = new UIView(); 187 _backgroundUIView = null; 245 _backgroundUIView = _tableViewController.TableView.BackgroundView;
10 references to _backgroundUIView
Microsoft.Maui.Controls (10)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (10)
97 BrushExtensions.RemoveBackgroundLayer(_backgroundUIView); 101 if (_backgroundUIView == null) 104 Control.BackgroundView = _backgroundUIView; 112 _backgroundUIView.BackgroundColor = UIColor.White; 114 _backgroundUIView.BackgroundColor = backgroundColor.ToPlatform(); 118 var backgroundLayer = _backgroundUIView.GetBackgroundLayer(Element.Background); 122 _backgroundUIView.BackgroundColor = UIColor.Clear; 123 BrushExtensions.InsertBackgroundLayer(_backgroundUIView, backgroundLayer, 0); 184 if (_backgroundUIView != null) 186 _backgroundUIView.Dispose();