1 write to _defaultBackgroundColor
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (1)
166 _defaultBackgroundColor = backgroundView.BackgroundColor;
2 references to _defaultBackgroundColor
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (2)
158 backgroundView.BackgroundColor = _defaultBackgroundColor; 165 if (_defaultBackgroundColor == null)