2 references to BackgroundColorProperty
Microsoft.Maui.Controls (2)
Shell\SearchHandler.cs (2)
265
get { return (Color)GetValue(
BackgroundColorProperty
); }
266
set { SetValue(
BackgroundColorProperty
, value); }