1 write to _displayedPage
Microsoft.Maui.Controls (1)
Shell\ShellSection.cs (1)
267
_displayedPage
= value;
3 references to _displayedPage
Microsoft.Maui.Controls (3)
Shell\ShellSection.cs (3)
261
get { return
_displayedPage
; }
264
if (
_displayedPage
== value)
270
item.Callback(
_displayedPage
);