3 references to DefaultTextColor
Microsoft.Maui.Controls.Compatibility (3)
iOS\Cells\TextCellRenderer.cs (3)
38
tvc.TextLabel.TextColor = textCell.TextColor.ToPlatform(
DefaultTextColor
);
69
tvc.TextLabel.TextColor = textCell.TextColor.ToPlatform(
DefaultTextColor
);
71
tvc.DetailTextLabel.TextColor = textCell.DetailColor.ToPlatform(
DefaultTextColor
);