4 references to IsLoaded
Microsoft.Maui.Controls (4)
Page\Page.cs (1)
893
if (!this.
IsLoaded
)
Shell\ShellContent.cs (1)
268
if (_contentCache?.
IsLoaded
== true)
VisualElement\VisualElement.Standard.cs (1)
11
if (this.
IsLoaded
)
Window\Window.cs (1)
647
if (oldPage?.
IsLoaded
== true)