1 write to _defaultBarColor
Microsoft.Maui.Controls (1)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (1)
347
_defaultBarColor
= TabBar.BarTintColor;
2 references to _defaultBarColor
Microsoft.Maui.Controls (2)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (2)
358
TabBar.BarTintColor = isDefaultColor ?
_defaultBarColor
: barBackgroundColor.ToPlatform();
548
_defaultBarColor
,