2 references to DefaultBackgroundColorProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\Cell.cs (2)
15
=> (Color)element.GetValue(
DefaultBackgroundColorProperty
);
19
=> element.SetValue(
DefaultBackgroundColorProperty
, value);