1 write to Context
Microsoft.Maui (1)
Embedding\EmbeddedPlatformApplication.cs (1)
35 Context = _rootContext.MakeApplicationScope(PlatformApplication);
3 references to Context
Microsoft.Maui (3)
Embedding\EmbeddedPlatformApplication.cs (2)
37 Services = Context.Services; 41 PlatformApplication.SetApplicationHandler(Application, Context);
Embedding\EmbeddingExtensions.cs (1)
79 var windowContext = embeddedApp.Context.MakeWindowScope(platformWindow, out var windowScope);