1 implementation of PresentedPage
Microsoft.Maui.Controls (1)
Shell\ShellSection.cs (1)
54
Page IShellSectionController.
PresentedPage
8 references to PresentedPage
Microsoft.Maui.Controls (8)
Platform\PageExtensions.cs (1)
16
return ssc.
PresentedPage
;
Shell\Shell.cs (2)
1922
return scc.
PresentedPage
;
1965
element = controller.
PresentedPage
?? element;
Shell\ShellSection.cs (5)
924
bool currentPage = (((IShellSectionController)this).
PresentedPage
) == page;
962
sectionController.
PresentedPage
?.SendDisappearing();
973
var presentedPage = sectionController.
PresentedPage
;
1075
var returnedPage = (_owner as IShellSectionController).
PresentedPage
;
1079
if ((_owner as IShellSectionController).
PresentedPage
== returnedPage)