1 instantiation of EmbeddedPlatformApplication
Microsoft.Maui (1)
Embedding\EmbeddingExtensions.cs (1)
50
builder.Services.AddSingleton<EmbeddedPlatformApplication>(svc => new
EmbeddedPlatformApplication
(svc));
6 references to EmbeddedPlatformApplication
Microsoft.Maui (4)
Embedding\EmbeddingExtensions.cs (4)
50
builder.Services.AddSingleton<
EmbeddedPlatformApplication
>(svc => new EmbeddedPlatformApplication(svc));
76
var
embeddedApp = mauiApp.Services.GetRequiredService<
EmbeddedPlatformApplication
>();
97
services.GetRequiredService<
EmbeddedPlatformApplication
>();
Microsoft.Maui.Controls (2)
Embedding\EmbeddingExtensions.cs (2)
76
var
embeddedApp = mauiApp.Services.GetRequiredService<
EmbeddedPlatformApplication
>();