2 writes to DisplayedPage
Microsoft.Maui.Controls (2)
Shell\ShellSection.cs (2)
642
DisplayedPage
= stack[stack.Count - 1];
647
DisplayedPage
= currentItem?.Page;
3 references to DisplayedPage
Microsoft.Maui.Controls (3)
Shell\ShellSection.cs (3)
82
callback(
DisplayedPage
);
639
var previousPage =
DisplayedPage
;
650
if (previousPage !=
DisplayedPage
)