1 write to _backgroundProxy
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
328 _backgroundProxy ??= new();
3 references to _backgroundProxy
Microsoft.Maui.Controls (3)
VisualElement\VisualElement.cs (3)
314 _backgroundProxy?.Unsubscribe(); 329 _backgroundProxy.Subscribe(background, _backgroundChanged); 347 _backgroundProxy?.Unsubscribe();