5 instantiations of StaticCAShapeLayer
Microsoft.Maui (4)
Platform\iOS\ContentView.cs (1)
80
_contentMask ??= new
StaticCAShapeLayer
();
Platform\iOS\WrapperView.cs (3)
297
mask ??= MaskLayer = new
StaticCAShapeLayer
();
307
backgroundMask ??= BackgroundMaskLayer = new
StaticCAShapeLayer
();
318
shadowLayer ??= ShadowLayer = new
StaticCAShapeLayer
();
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (1)
296
CAShapeLayer shapeLayer = new
StaticCAShapeLayer
();