Implemented interface member:
property
CurrentPage
Microsoft.Maui.Controls.IPageContainer<T>.CurrentPage
11 references to CurrentPage
Microsoft.Maui.Controls (11)
Platform\ModalNavigationManager\ModalNavigationManager.cs (1)
34
currentPage = shell.
CurrentPage
;
Shell\Shell.cs (8)
1197
ShellController.AppearanceChanged(
CurrentPage
, false);
1596
_previousPage?.SendNavigatedFrom(new NavigatedFromEventArgs(
CurrentPage
, navigationType));
1597
CurrentPage
?.SendNavigatedTo(new NavigatedToEventArgs(_previousPage));
1600
if (
CurrentPage
!= null)
1601
CurrentPage
.PropertyChanged += OnCurrentPagePropertyChanged;
1623
_previousPage =
CurrentPage
;
1624
CurrentPage
?.SendNavigatingFrom(new NavigatingFromEventArgs());
2100
var page = _shell.
CurrentPage
;
Shell\ShellNavigationManager.cs (2)
219
if (_shell.Window == null || _shell.
CurrentPage
== null)
237
_shell.
CurrentPage
!= null)