1 write to _defaultBarColor
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TabbedRenderer.cs (1)
361
_defaultBarColor
= TabBar.BarTintColor;
1 reference to _defaultBarColor
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TabbedRenderer.cs (1)
369
TabBar.BarTintColor = isDefaultColor ?
_defaultBarColor
: barBackgroundColor.ToPlatform();