1 implementation of PresentedPage
Microsoft.Maui.Controls (1)
Shell\ShellSection.cs (1)
52
Page IShellSectionController.
PresentedPage
8 references to PresentedPage
Microsoft.Maui.Controls (8)
Platform\PageExtensions.cs (1)
16
return ssc.
PresentedPage
;
Shell\Shell.cs (2)
1920
return scc.
PresentedPage
;
1963
element = controller.
PresentedPage
?? element;
Shell\ShellSection.cs (5)
922
bool currentPage = (((IShellSectionController)this).
PresentedPage
) == page;
960
sectionController.
PresentedPage
?.SendDisappearing();
971
var presentedPage = sectionController.
PresentedPage
;
1073
var returnedPage = (_owner as IShellSectionController).
PresentedPage
;
1077
if ((_owner as IShellSectionController).
PresentedPage
== returnedPage)