1 write to _shadowProxy
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
2202 _shadowProxy ??= new();
3 references to _shadowProxy
Microsoft.Maui.Controls (3)
VisualElement\VisualElement.cs (3)
315 _shadowProxy?.Unsubscribe(); 2203 _shadowProxy.Subscribe(shadow, _shadowChanged); 2219 _shadowProxy?.Unsubscribe();