2 writes to BackgroundMaskLayer
Microsoft.Maui (2)
Platform\iOS\WrapperView.cs (2)
153 BackgroundMaskLayer = null; 307 backgroundMask ??= BackgroundMaskLayer = new StaticCAShapeLayer();
3 references to BackgroundMaskLayer
Microsoft.Maui (3)
Platform\iOS\WrapperView.cs (3)
125 if (BackgroundMaskLayer is not null) 126 BackgroundMaskLayer.Frame = Bounds; 287 var backgroundMask = BackgroundMaskLayer;