6 references to BackgroundLayerName
Microsoft.Maui (6)
Platform\iOS\LayerExtensions.cs (2)
33
if (layer.Name == ViewExtensions.
BackgroundLayerName
)
45
if (subLayer.Name == ViewExtensions.
BackgroundLayerName
)
Platform\iOS\StrokeExtensions.cs (1)
119
Name = ViewExtensions.
BackgroundLayerName
Platform\iOS\ViewExtensions.cs (2)
104
backgroundLayer.Name =
BackgroundLayerName
;
253
view.UpdateBackgroundLayerFrame(
BackgroundLayerName
);
Platform\iOS\WrapperView.cs (1)
371
if (subLayer.Name == ViewExtensions.
BackgroundLayerName
)