3 references to DefaultTextColor
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\TextCellRenderer.cs (3)
37 tvc.TextLabel.TextColor = (textCell.TextColor ?? DefaultTextColor).ToPlatform(); 68 tvc.TextLabel.TextColor = textCell.TextColor?.ToPlatform() ?? DefaultTextColor.ToPlatform(); 70 tvc.DetailTextLabel.TextColor = textCell.DetailColor?.ToPlatform() ?? DefaultTextColor.ToPlatform();