2 references to _defaultBackgroundColor
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (2)
32
SetValues(
_defaultBackgroundColor
, _defaultForegroundColor, _defaultUnselectedColor);
37
SetValues(appearance.BackgroundColor ??
_defaultBackgroundColor
,