1 write to _parent
Microsoft.Maui.Controls.Compatibility (1)
iOS\RendererPool.cs (1)
30 _parent = renderer;
4 references to _parent
Microsoft.Maui.Controls.Compatibility (4)
iOS\RendererPool.cs (4)
57 var oldNativeChildren = _parent.NativeView.Subviews; 77 ClearRenderers(_parent); 123 _parent.NativeView.AddSubview(renderer.NativeView); 148 var subviews = _parent.NativeView.Subviews;