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
()
2 references to AutoSizeToSuperLayer
Microsoft.Maui (1)
Platform\iOS\LayerExtensions.cs (1)
22
(backgroundLayer as IAutoSizableCALayer)?.
AutoSizeToSuperLayer
();
Microsoft.Maui.Controls (1)
Platform\iOS\Extensions\BrushExtensions.cs (1)
152
(backgroundLayer as IAutoSizableCALayer)?.
AutoSizeToSuperLayer
();