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