1 write to _currentBarBackground
Microsoft.Maui.Controls (1)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (1)
372
_currentBarBackground
= tabbed.BarBackground;
4 references to _currentBarBackground
Microsoft.Maui.Controls (4)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (4)
366
if (
_currentBarBackground
is GradientBrush oldGradientBrush)
374
if (
_currentBarBackground
is GradientBrush newGradientBrush)
380
TabBar.UpdateBackground(
_currentBarBackground
);
385
TabBar.UpdateBackground(
_currentBarBackground
);