10 references to BackgroundProperty
Microsoft.Maui.Controls (10)
BoxView\BoxView.cs (1)
61 propertyName == BackgroundProperty.PropertyName ||
Button\Button.cs (1)
446 bool IBorderElement.IsBackgroundSet() => IsSet(BackgroundProperty);
CheckBox\CheckBox.cs (1)
74 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);
Properties\AssemblyInfo.cs (1)
85[assembly: StyleProperty("background", typeof(VisualElement), nameof(VisualElement.BackgroundProperty))]
RadioButton\RadioButton.cs (1)
283 bool IBorderElement.IsBackgroundSet() => IsSet(BackgroundProperty);
TitleBar\TitleBar.cs (1)
375 BackgroundProperty,
VisualElement\VisualElement.cs (2)
564 get { return (Brush)GetValue(BackgroundProperty); } 565 set { SetValue(BackgroundProperty, value); }