1 write to _navModel
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Platform.cs (1)
195 _navModel = new NavigationModel();
7 references to _navModel
Microsoft.Maui.Controls.Compatibility (7)
Tizen\Platform.cs (7)
175 IReadOnlyList<Page> INavigation.ModalStack => _navModel.Modals.ToList(); 201 _navModel.Push(newRoot, null); 214 return _navModel.CurrentPage?.SendBackButtonPressed() ?? false; 225 return _navModel.Modals.FirstOrDefault() == page || _navModel.Roots.Contains(parent); 298 _navModel.PushModal(modal); 313 Page page = _navModel.PopModal();