2 writes to DisplayedPage
Microsoft.Maui.Controls (2)
Shell\ShellSection.cs (2)
655 DisplayedPage = stack[stack.Count - 1]; 660 DisplayedPage = currentItem?.Page;
3 references to DisplayedPage
Microsoft.Maui.Controls (3)
Shell\ShellSection.cs (3)
84 callback(DisplayedPage); 652 var previousPage = DisplayedPage; 663 if (previousPage != DisplayedPage)