6 references to GetWindow
Microsoft.Maui (6)
Hosting\LifecycleEvents\AppHostBuilderExtensions.iOS.cs (5)
28 app.GetWindow()?.Destroying(); 34 app.GetWindow()?.Resumed(); 39 app.GetWindow()?.Activated(); 44 app.GetWindow()?.Deactivated(); 49 app.GetWindow()?.Stopped();
Platform\iOS\MauiUIApplicationDelegate.Menu.cs (1)
70 UIApplication.SharedApplication.GetWindow()?.Handler?.PlatformView as UIWindow;