1 write to _bar
Microsoft.Maui.Controls (1)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (1)
1889
_bar
= bar as MauiControlsNavigationBar;
5 references to _bar
Microsoft.Maui.Controls (5)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (5)
1956
if (
_bar
!= null && String.IsNullOrWhiteSpace(
_bar
.NavBarLabel?.Text) &&
_bar
.BackButtonFrameSize != RectangleF.Empty)
1958
var xSpace =
_bar
.BackButtonFrameSize.Width + (
_bar
.BackButtonFrameSize.X * 2);