1 write to _backgroundChanged
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
323
_backgroundChanged
??= (sender, e) => OnPropertyChanged(nameof(Background));
1 reference to _backgroundChanged
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
325
_backgroundProxy.Subscribe(background,
_backgroundChanged
);