1 write to _backgroundProxy
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
325 _backgroundProxy ??= new();
3 references to _backgroundProxy
Microsoft.Maui.Controls (3)
VisualElement\VisualElement.cs (3)
311 _backgroundProxy?.Unsubscribe(); 326 _backgroundProxy.Subscribe(background, _backgroundChanged); 344 _backgroundProxy?.Unsubscribe();