5 implementations of IsBackgroundColorSet
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
446 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)
283 bool IBorderElement.IsBackgroundColorSet() => IsSet(BackgroundColorProperty);