1 write to _defaultBarTranslucent
Microsoft.Maui.Controls (1)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (1)
417 _defaultBarTranslucent = _defaultBarTranslucent ?? TabBar.Translucent;
2 references to _defaultBarTranslucent
Microsoft.Maui.Controls (2)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (2)
417 _defaultBarTranslucent = _defaultBarTranslucent ?? TabBar.Translucent; 427 TabBar.Translucent = _defaultBarTranslucent.GetValueOrDefault();