2 writes to _displayedPage
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (2)
283
_displayedPage
= null;
334
_displayedPage
= page;
9 references to _displayedPage
Microsoft.Maui.Controls (9)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (9)
239
if (
_displayedPage
!= null)
240
_displayedPage
.PropertyChanged -= OnDisplayedPagePropertyChanged;
326
if (
_displayedPage
== page)
329
if (
_displayedPage
!= null)
331
_displayedPage
.PropertyChanged -= OnDisplayedPagePropertyChanged;
336
if (
_displayedPage
!= null)
338
_displayedPage
.PropertyChanged += OnDisplayedPagePropertyChanged;
672
SetNavigationBarHidden(!Shell.GetNavBarIsVisible(
_displayedPage
), true);
677
_appearanceTracker.SetHasShadow(this, Shell.GetNavBarHasShadow(
_displayedPage
));