8 references to SetupLayer
Microsoft.Maui.Controls (8)
Compatibility\Handlers\iOS\FrameRenderer.cs (8)
16 [VisualElement.BackgroundColorProperty.PropertyName] = (h, _) => h.SetupLayer(),
17 [VisualElement.BackgroundProperty.PropertyName] = (h, _) => h.SetupLayer(),
18 [Microsoft.Maui.Controls.Frame.BorderColorProperty.PropertyName] = (h, _) => h.SetupLayer(),
19 [Microsoft.Maui.Controls.Frame.CornerRadiusProperty.PropertyName] = (h, _) => h.SetupLayer(),
20 [Microsoft.Maui.Controls.Frame.IsClippedToBoundsProperty.PropertyName] = (h, _) => h.SetupLayer(),
21 [VisualElement.IsVisibleProperty.PropertyName] = (h, _) => h.SetupLayer(),
65 SetupLayer();
95 SetupLayer();