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