2 writes to _application
Microsoft.Maui (2)
Platform\iOS\MauiUIApplicationDelegate.cs (2)
61 _application = _services!.GetRequiredService<IApplication>(); 190 protected set => _application = value;
4 references to _application
Microsoft.Maui (4)
Platform\iOS\MauiUIApplicationDelegate.cs (4)
63 this.SetApplicationHandler(_application, _applicationContext); 68 this.CreatePlatformWindow(_application, application, launchOptions); 177 IApplication IPlatformApplication.Application => _application!; 189 get => _application!;