4 writes to Container
Microsoft.Maui.Controls (3)
Platform\PlatformEffect.cs (2)
25
Container
= (PlatformView)(vh.ContainerView ?? vh.PlatformView);
27
Container
= Control;
PlatformEffect.cs (1)
20
Container
= null;
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\VisualElementRenderer.cs (1)
698
effect.
Container
= Element.Parent == null ? null : Platform.GetRenderer(Element.Parent)?.NativeView;