Implemented interface member:
property
CurrentPage
Microsoft.Maui.Controls.IPageContainer<T>.CurrentPage
12 references to CurrentPage
Microsoft.Maui.Controls (12)
Platform\ModalNavigationManager\ModalNavigationManager.cs (1)
34
currentPage = shell.
CurrentPage
;
Shell\Shell.cs (9)
1199
ShellController.AppearanceChanged(
CurrentPage
, false);
1598
_previousPage?.SendNavigatedFrom(new NavigatedFromEventArgs(
CurrentPage
, navigationType));
1599
CurrentPage
?.SendNavigatedTo(new NavigatedToEventArgs(_previousPage));
1602
if (
CurrentPage
!= null)
1603
CurrentPage
.PropertyChanged += OnCurrentPagePropertyChanged;
1625
_previousPage =
CurrentPage
;
1626
CurrentPage
?.SendNavigatingFrom(new NavigatingFromEventArgs());
2102
var page = _shell.
CurrentPage
;
2163
public Page CurrentPage => shell.
CurrentPage
;
Shell\ShellNavigationManager.cs (2)
219
if (_shell.Window == null || _shell.
CurrentPage
== null)
237
_shell.
CurrentPage
!= null)