2 references to DefaultBackgroundColor
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ListViewRenderer.cs (2)
1134 var bgColor = tableView.IndexPathForSelectedRow != null && tableView.IndexPathForSelectedRow.Equals(indexPath) ? UIColor.Clear : DefaultBackgroundColor; 1238 SetCellBackgroundColor(cell, DefaultBackgroundColor);