1 implementation of Context
Microsoft.Maui (1)
ActivationState.cs (1)
45
public IMauiContext
Context
{ get; }
2 references to Context
Microsoft.Maui.Controls (1)
Application\Application.cs (1)
532
var windowCreator = activationState?.
Context
.Services.GetService<IWindowCreator>();
Microsoft.Maui.Controls.Compatibility (1)
iOS\Forms.cs (1)
143
SetupInit(activationState.
Context
, options);