1 write to PlatformApplication
Microsoft.Maui (1)
Embedding\EmbeddedPlatformApplication.cs (1)
27
PlatformApplication
= services.GetRequiredService<PlatformApplication>();
2 references to PlatformApplication
Microsoft.Maui (2)
Embedding\EmbeddedPlatformApplication.cs (2)
35
Context = _rootContext.MakeApplicationScope(
PlatformApplication
);
41
PlatformApplication
.SetApplicationHandler(Application, Context);