1 write to _bar
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\NavigationRenderer.cs (1)
1598
_bar
= bar as FormsNavigationBar;
5 references to _bar
Microsoft.Maui.Controls.Compatibility (5)
iOS\Renderers\NavigationRenderer.cs (5)
1639
if (
_bar
!= null && String.IsNullOrWhiteSpace(
_bar
.NavBarLabel?.Text) &&
_bar
.BackButtonFrameSize != RectangleF.Empty)
1641
var xSpace =
_bar
.BackButtonFrameSize.Width + (
_bar
.BackButtonFrameSize.X * 2);