5 implementations of IsBackgroundColorSet
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
445 bool IBorderElement.IsBackgroundColorSet() => IsSet(BackgroundColorProperty);
CheckBox\CheckBox.cs (1)
73 bool IBorderElement.IsBackgroundColorSet() => IsSet(BackgroundColorProperty);
Frame\Frame.cs (1)
79 bool IBorderElement.IsBackgroundColorSet() => IsSet(BackgroundColorProperty);
ImageButton\ImageButton.cs (1)
239 bool IBorderElement.IsBackgroundColorSet() => IsSet(BackgroundColorProperty);
RadioButton\RadioButton.cs (1)
282 bool IBorderElement.IsBackgroundColorSet() => IsSet(BackgroundColorProperty);