3 references to BackgroundColorProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (1)
82
if (e.Is(SearchHandler.
BackgroundColorProperty
))
Shell\SearchHandler.cs (2)
265
get { return (Color)GetValue(
BackgroundColorProperty
); }
266
set { SetValue(
BackgroundColorProperty
, value); }