5 implementations of IsBackgroundSet
Microsoft.Maui.Controls (5)
Button\Button.cs (1)
445 bool IBorderElement.IsBackgroundSet() => IsSet(BackgroundProperty);
CheckBox\CheckBox.cs (1)
72 bool IBorderElement.IsBackgroundSet() => IsSet(BackgroundProperty);
Frame\Frame.cs (1)
81 bool IBorderElement.IsBackgroundSet() => IsSet(BackgroundProperty);
ImageButton\ImageButton.cs (1)
240 bool IBorderElement.IsBackgroundSet() => IsSet(BackgroundProperty);
RadioButton\RadioButton.cs (1)
281 bool IBorderElement.IsBackgroundSet() => IsSet(BackgroundProperty);