5 references to IsLoaded
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (2)
205
if (!newPage.
IsLoaded
)
278
if (updateWhenLoaded && Page.
IsLoaded
|| !updateWhenLoaded)
Page\Page.cs (1)
891
if (!this.
IsLoaded
)
Shell\ShellContent.cs (1)
268
if (_contentCache?.
IsLoaded
== true)
Window\Window.cs (1)
646
if (oldPage?.
IsLoaded
== true)