1 write to _defaultTextColor
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SearchBarRenderer.cs (1)
376
_defaultTextColor
= _defaultTextColor ?? _textField.TextColor;
3 references to _defaultTextColor
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\SearchBarRenderer.cs (3)
376
_defaultTextColor =
_defaultTextColor
?? _textField.TextColor;
381
var color = Element.IsEnabled && targetColor != null ? targetColor :
_defaultTextColor
.ToColor();
386
_textField.TextColor = targetColor == null ?
_defaultTextColor
: targetColor.ToPlatform();