2 writes to _child
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\NavigationRenderer.cs (2)
1602 _child = Platform.CreateRenderer(view); 1715 _child = null;
9 references to _child
Microsoft.Maui.Controls.Compatibility (9)
iOS\Renderers\NavigationRenderer.cs (9)
1603 Platform.SetRenderer(view, _child); 1604 AddSubview(_child.NativeView); 1686 if (_child?.Element != null) 1689 if (_child.Element.Bounds != layoutBounds) 1690 Layout.LayoutChildIntoBoundingRegion(_child.Element, layoutBounds); 1710 if (_child != null) 1712 _child.Element?.DisposeModalAndChildRenderers(); 1713 _child.NativeView.RemoveFromSuperview(); 1714 _child.Dispose();