2 writes to _displayedPage
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (2)
290
_displayedPage
= null;
341
_displayedPage
= page;
9 references to _displayedPage
Microsoft.Maui.Controls (9)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (9)
246
if (
_displayedPage
!= null)
247
_displayedPage
.PropertyChanged -= OnDisplayedPagePropertyChanged;
333
if (
_displayedPage
== page)
336
if (
_displayedPage
!= null)
338
_displayedPage
.PropertyChanged -= OnDisplayedPagePropertyChanged;
343
if (
_displayedPage
!= null)
345
_displayedPage
.PropertyChanged += OnDisplayedPagePropertyChanged;
694
SetNavigationBarHidden(!Shell.GetNavBarIsVisible(
_displayedPage
), true);
699
_appearanceTracker.SetHasShadow(this, Shell.GetNavBarHasShadow(
_displayedPage
));