13 references to LabelColor
Microsoft.Maui (3)
Platform\iOS\LabelExtensions.cs (1)
14
platformLabel.TextColor = textColor.ToPlatform(defaultColor ?? ColorExtensions.
LabelColor
);
Platform\iOS\TextFieldExtensions.cs (1)
21
textField.TextColor = textColor.ToPlatform(ColorExtensions.
LabelColor
);
Platform\iOS\TextViewExtensions.cs (1)
22
textView.TextColor = ColorExtensions.
LabelColor
;
Microsoft.Maui.Controls (4)
Compatibility\Handlers\ListView\iOS\EntryCellRenderer.cs (1)
16
static readonly Color DefaultTextColor = Microsoft.Maui.Platform.ColorExtensions.
LabelColor
.ToColor();
Compatibility\Handlers\ListView\iOS\TextCellRenderer.cs (1)
13
readonly Color DefaultTextColor = Microsoft.Maui.Platform.ColorExtensions.
LabelColor
.ToColor();
Handlers\Items\iOS\DefaultCell.cs (1)
22
TextColor = Maui.Platform.ColorExtensions.
LabelColor
,
Handlers\Items2\iOS\DefaultCell2.cs (1)
24
TextColor = Maui.Platform.ColorExtensions.
LabelColor
,
Microsoft.Maui.Controls.Compatibility (6)
iOS\Cells\EntryCellRenderer.cs (1)
15
static readonly Color DefaultTextColor = Maui.Platform.ColorExtensions.
LabelColor
.ToColor();
iOS\Cells\TextCellRenderer.cs (1)
14
readonly Color DefaultTextColor = Maui.Platform.ColorExtensions.
LabelColor
.ToColor();
iOS\CollectionView\DefaultCell.cs (1)
21
TextColor = Maui.Platform.ColorExtensions.
LabelColor
,
iOS\Renderers\EditorRenderer.cs (1)
367
=> TextView.TextColor = Element.TextColor?.ToPlatform() ?? ColorExtensions.
LabelColor
;
iOS\Renderers\ImageRenderer.cs (1)
236
readonly Color _defaultColor = Maui.Platform.ColorExtensions.
LabelColor
.ToColor();
iOS\Renderers\LabelRenderer.cs (1)
597
Control.TextColor = textColor.ToPlatform(Maui.Platform.ColorExtensions.
LabelColor
);