1 implementation of Context
Microsoft.Maui (1)
ActivationState.cs (1)
45
public IMauiContext
Context
{ get; }
1 reference to Context
Microsoft.Maui.Controls (1)
Application\Application.cs (1)
531
var windowCreator = activationState?.
Context
.Services.GetService<IWindowCreator>();