Implemented interface member:
4 references to Window
Microsoft.Maui (4)
Platform\iOS\MauiUIApplicationDelegate.cs (2)
70 if (Window != null) 71 _services?.InvokeLifecycleEvents<iOSLifecycle.OnPlatformWindowCreated>(del => del(Window));
Platform\iOS\MauiUIApplicationDelegate.Menu.cs (2)
73 window = Window ?? this.GetWindow() ?? UIApplication.SharedApplication.GetWindow()?.Handler?.PlatformView as UIWindow; 80 window = Window ?? this.GetWindow() ??