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