4 implementations of AutoSizeToSuperLayer
Microsoft.Maui (4)
Platform\iOS\MauiCALayer.cs (1)
56
void IAutoSizableCALayer.
AutoSizeToSuperLayer
()
Platform\iOS\StaticCAGradientLayer.cs (1)
25
void IAutoSizableCALayer.
AutoSizeToSuperLayer
()
Platform\iOS\StaticCALayer.cs (1)
25
void IAutoSizableCALayer.
AutoSizeToSuperLayer
()
Platform\iOS\StaticCAShapeLayer.cs (1)
25
void IAutoSizableCALayer.
AutoSizeToSuperLayer
()
1 reference to AutoSizeToSuperLayer
Microsoft.Maui (1)
Platform\iOS\LayerExtensions.cs (1)
22
(backgroundLayer as IAutoSizableCALayer)?.
AutoSizeToSuperLayer
();