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