1 write to _defaultNavBarBackImage
Microsoft.Maui.Controls (1)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (1)
586
_defaultNavBarBackImage
= NavigationBar.GetBackgroundImage(UIBarMetrics.Default);
2 references to _defaultNavBarBackImage
Microsoft.Maui.Controls (2)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (2)
585
if (
_defaultNavBarBackImage
== null)
591
NavigationBar.SetBackgroundImage(
_defaultNavBarBackImage
, UIBarMetrics.Default);