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)
911
bool currentPage = (((IShellSectionController)this).
PresentedPage
) == page;
949
sectionController.
PresentedPage
?.SendDisappearing();
960
var presentedPage = sectionController.
PresentedPage
;
1062
var returnedPage = (_owner as IShellSectionController).
PresentedPage
;
1066
if ((_owner as IShellSectionController).
PresentedPage
== returnedPage)