Base:
1 write to Window
Microsoft.Maui.Controls.Compatibility (1)
iOS\FormsApplicationDelegate.cs (1)
54
Window
= new UIWindow(UIScreen.MainScreen.Bounds);
5 references to Window
Microsoft.Maui.Controls.Compatibility (5)
iOS\FormsApplicationDelegate.cs (5)
53
if (
Window
== null)
183
Window
.MakeKeyAndVisible();
191
var platformRenderer =
Window
.RootViewController as PlatformRenderer;
200
var platformRenderer =
Window
.RootViewController as PlatformRenderer;
204
Window
.RootViewController = _application.MainPage.CreateViewController();