1 write to _singleWindowMainPage
Microsoft.Maui.Controls (1)
Application\Application.cs (1)
113 _singleWindowMainPage = value;
7 references to _singleWindowMainPage
Microsoft.Maui.Controls (7)
Application\Application.cs (7)
96 return _singleWindowMainPage; 450 if (_singleWindowMainPage != null && window.Page != null && window.Page != _singleWindowMainPage) 485 if (_singleWindowMainPage != null && window.Page == _singleWindowMainPage) 546 if (_singleWindowMainPage is not null) 547 return new Window(_singleWindowMainPage);