2 instantiations of MauiContext
Microsoft.Maui (2)
MauiContextExtensions.cs (2)
40 var scopedContext = new MauiContext(mauiContext.Services); 56 var scopedContext = new MauiContext(scope.ServiceProvider);
3 references to MauiContext
Microsoft.Maui (3)
MauiContextExtensions.cs (2)
40 var scopedContext = new MauiContext(mauiContext.Services); 56 var scopedContext = new MauiContext(scope.ServiceProvider);
Platform\ElementExtensions.cs (1)
110 _ = view.Handler ?? throw new InvalidOperationException($"{nameof(MauiContext)} should have been set on parent.");