3 references to SendPageAppearing
Microsoft.Maui.Controls (3)
Shell\ShellContent.cs (2)
155
this.FindParentOfType<Shell>().
SendPageAppearing
(page);
161
this.FindParentOfType<Shell>().
SendPageAppearing
(page);
Shell\ShellSection.cs (1)
976
this.FindParentOfType<Shell>().
SendPageAppearing
(presentedPage);