1 write to _singleWindowMainPage
Microsoft.Maui.Controls (1)
Application\Application.cs (1)
112
_singleWindowMainPage
= value;
7 references to _singleWindowMainPage
Microsoft.Maui.Controls (7)
Application\Application.cs (7)
95
return
_singleWindowMainPage
;
448
if (
_singleWindowMainPage
!= null && window.Page != null && window.Page !=
_singleWindowMainPage
)
483
if (
_singleWindowMainPage
!= null && window.Page ==
_singleWindowMainPage
)
544
if (
_singleWindowMainPage
is not null)
545
return new Window(
_singleWindowMainPage
);