3 writes to _navModel
Microsoft.Maui.Controls.Compatibility (3)
Android\AppCompat\Platform.cs (3)
453
_navModel
= new NavigationModel();
515
_navModel
= new NavigationModel();
518
_navModel
= new NavigationModel();
10 references to _navModel
Microsoft.Maui.Controls.Compatibility (10)
Android\AppCompat\Platform.cs (10)
94
IPageController CurrentPageController =>
_navModel
.CurrentPage;
118
IReadOnlyList<Page> INavigation.ModalStack =>
_navModel
.Modals.ToList();
139
Page modal =
_navModel
.PopModal();
205
_navModel
.PushModal(modal);
214
if (
_navModel
.CurrentPage == modal)
452
_previousNavModel =
_navModel
;
466
var navModel = (_previousNavModel ??
_navModel
);
514
if (
_navModel
== null)
530
_navModel
.Push(newRoot, null);
590
Page root =
_navModel
.Roots.LastOrDefault();