2 writes to ShadowLayer
Microsoft.Maui (2)
Platform\iOS\WrapperView.cs (2)
154 ShadowLayer = null; 318 shadowLayer ??= ShadowLayer = new StaticCAShapeLayer();
3 references to ShadowLayer
Microsoft.Maui (3)
Platform\iOS\WrapperView.cs (3)
128 if (ShadowLayer is not null) 129 ShadowLayer.Frame = Bounds; 313 var shadowLayer = ShadowLayer;