Implemented interface member:
7 references to Window
Microsoft.Maui (7)
Platform\iOS\MauiUISceneDelegate.cs (7)
26 if (Window != null) 27 GetServiceProvider()?.InvokeLifecycleEvents<iOSLifecycle.OnPlatformWindowCreated>(del => del(Window)); 40 if (Window is not null && Window.IsKeyWindow) 43 Window.ResignKeyWindow(); 54 var window = Window.GetWindow(); 70 Window?.GetWindow()?.Handler?.GetServiceProvider();