6 references to HasAppeared
Microsoft.Maui.Controls (6)
FlyoutPage\FlyoutPage.cs (2)
66
if (this.
HasAppeared
)
121
if (this.
HasAppeared
)
MultiPage.cs (1)
97
if (
HasAppeared
)
NavigationPage\NavigationPage.cs (3)
391
if (
HasAppeared
)
397
if (
HasAppeared
)
513
if (newValue is Page newPage && ((NavigationPage)bindable).
HasAppeared
)