1 write to _defaultTintColor
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SearchBarRenderer.cs (1)
159 _defaultTintColor = Control.BarTintColor;
3 references to _defaultTintColor
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\SearchBarRenderer.cs (3)
157 if (_defaultTintColor == null) 162 Control.BarTintColor = color.ToPlatform(_defaultTintColor); 179 Control.BarTintColor = solidColorBrush.Color.ToPlatform(_defaultTintColor);