2 writes to _icon
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\NavigationRenderer.cs (2)
1661 _icon = value; 1721 _icon = null;
11 references to _icon
Microsoft.Maui.Controls.Compatibility (11)
iOS\Renderers\NavigationRenderer.cs (11)
1612 nfloat IconHeight => _icon?.Frame.Height ?? 0; 1613 nfloat IconWidth => _icon?.Frame.Width ?? 0; 1658 if (_icon != null) 1659 _icon.RemoveFromSuperview(); 1663 if (_icon != null) 1664 AddSubview(_icon); 1683 if (_icon != null) 1684 _icon.Frame = new RectangleF(0, 0, IconWidth, Math.Min(toolbarHeight, IconHeight)); 1692 else if (_icon != null && Superview != null) 1694 _icon.Center = new PointF(Superview.Frame.Width / 2 - Frame.X, Superview.Frame.Height / 2); 1720 _icon?.Dispose();