1 write to _originalBackgroundView
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TableViewRenderer.cs (1)
91
_originalBackgroundView
= tv.BackgroundView;
1 reference to _originalBackgroundView
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TableViewRenderer.cs (1)
158
Control.BackgroundView = Element.BackgroundColor == null ?
_originalBackgroundView
: null;