1 write to _shadowLayer
Microsoft.Maui (1)
Platform\iOS\WrapperView.cs (1)
100 _shadowLayer = value;
4 references to _shadowLayer
Microsoft.Maui (4)
Platform\iOS\WrapperView.cs (4)
96 get => _shadowLayer; 99 _shadowLayer?.RemoveFromSuperLayer(); 102 if (_shadowLayer != null) 103 Layer.InsertSublayer(_shadowLayer, 0);