3 writes to BackgroundMaskLayer
Microsoft.Maui (3)
Platform\iOS\WrapperView.cs (3)
135 BackgroundMaskLayer = null; 254 BackgroundMaskLayer = null; 275 backgroundMask ??= BackgroundMaskLayer = new StaticCAShapeLayer();
3 references to BackgroundMaskLayer
Microsoft.Maui (3)
Platform\iOS\WrapperView.cs (3)
111 if (BackgroundMaskLayer is not null) 112 BackgroundMaskLayer.Frame = Bounds; 244 var backgroundMask = BackgroundMaskLayer;