1 write to _defaultTextColor
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (1)
229 _defaultTextColor = _defaultTextColor ?? textField.TextColor;
2 references to _defaultTextColor
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (2)
229 _defaultTextColor = _defaultTextColor ?? textField.TextColor; 232 textField.TextColor = targetColor?.ToPlatform() ?? _defaultTextColor;