6 references to ToPlatform
Microsoft.Maui.Controls.Compatibility (6)
iOS\Cells\EntryCellRenderer.cs (1)
124
cell.TextLabel.TextColor = entryCell.LabelColor.
ToPlatform
(DefaultTextColor);
iOS\Cells\TextCellRenderer.cs (4)
38
tvc.TextLabel.TextColor = textCell.TextColor.
ToPlatform
(DefaultTextColor);
39
tvc.DetailTextLabel.TextColor = textCell.DetailColor.
ToPlatform
(DefaultDetailColor);
69
tvc.TextLabel.TextColor = textCell.TextColor.
ToPlatform
(DefaultTextColor);
71
tvc.DetailTextLabel.TextColor = textCell.DetailColor.
ToPlatform
(DefaultTextColor);
iOS\Renderers\ScrollViewRenderer.cs (1)
312
BackgroundColor = Element.BackgroundColor.
ToPlatform
(Colors.Transparent);