1 write to _displayedPage
Microsoft.Maui.Controls (1)
Shell\ShellSection.cs (1)
265
_displayedPage
= value;
3 references to _displayedPage
Microsoft.Maui.Controls (3)
Shell\ShellSection.cs (3)
259
get { return
_displayedPage
; }
262
if (
_displayedPage
== value)
268
item.Callback(
_displayedPage
);