2 writes to _defaultTextColor
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\EntryRenderer.cs (2)
86
_defaultTextColor
= null;
117
_defaultTextColor
= textField.TextColor;
2 references to _defaultTextColor
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\EntryRenderer.cs (2)
281
Control.TextColor = textColor == null || !Element.IsEnabled ?
_defaultTextColor
: textColor.ToPlatform();
285
Control.TextColor = textColor == null ?
_defaultTextColor
: textColor.ToPlatform();