Implemented interface member:
property
Application
Microsoft.Maui.IPlatformApplication.Application
1 write to Application
Microsoft.Maui (1)
Embedding\EmbeddedPlatformApplication.cs (1)
39 Application = Services.GetRequiredService<IApplication>();
2 references to Application
Microsoft.Maui (1)
Embedding\EmbeddedPlatformApplication.cs (1)
41 PlatformApplication.SetApplicationHandler(Application, Context);
Microsoft.Maui.Controls (1)
Embedding\EmbeddingExtensions.cs (1)
77 if (embeddedApp.Application is Application app && !app.Windows.Contains(window))