1 write to _originalBackgroundView
Microsoft.Maui.Controls (1)
Compatibility\Handlers\TableView\iOS\TableViewRenderer.cs (1)
80
_originalBackgroundView
= tv.BackgroundView;
1 reference to _originalBackgroundView
Microsoft.Maui.Controls (1)
Compatibility\Handlers\TableView\iOS\TableViewRenderer.cs (1)
141
Control.BackgroundView = Element.BackgroundColor == null ?
_originalBackgroundView
: null;