1 write to _shadowProxy
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
2147 _shadowProxy ??= new();
3 references to _shadowProxy
Microsoft.Maui.Controls (3)
VisualElement\VisualElement.cs (3)
312 _shadowProxy?.Unsubscribe(); 2148 _shadowProxy.Subscribe(shadow, _shadowChanged); 2164 _shadowProxy?.Unsubscribe();