3 references to OnPlatformWindowCreated
Microsoft.Maui (3)
LifecycleEvents\iOS\iOSLifecycleBuilderExtensions.cs (1)
76 internal static IiOSLifecycleBuilder OnPlatformWindowCreated(this IiOSLifecycleBuilder lifecycle, iOSLifecycle.OnPlatformWindowCreated del) => lifecycle.OnEvent(del);
Platform\iOS\MauiUIApplicationDelegate.cs (1)
71 _services?.InvokeLifecycleEvents<iOSLifecycle.OnPlatformWindowCreated>(del => del(Window));
Platform\iOS\MauiUISceneDelegate.cs (1)
27 GetServiceProvider()?.InvokeLifecycleEvents<iOSLifecycle.OnPlatformWindowCreated>(del => del(Window));