4 instantiations of MauiContext
Microsoft.Maui (3)
MauiContextExtensions.cs (2)
40
var scopedContext = new
MauiContext
(mauiContext.Services);
56
var scopedContext = new
MauiContext
(scope.ServiceProvider);
Platform\Tizen\MauiApplication.cs (1)
43
var rootContext = new
MauiContext
(mauiApp.Services);
Microsoft.Maui.Controls.Compatibility (1)
AppHostBuilderExtensions.iOS.cs (1)
21
var mauiContext = new
MauiContext
(services);
5 references to MauiContext
Microsoft.Maui (4)
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.");
Platform\Tizen\MauiApplication.cs (1)
43
var
rootContext = new MauiContext(mauiApp.Services);
Microsoft.Maui.Controls.Compatibility (1)
AppHostBuilderExtensions.iOS.cs (1)
21
var
mauiContext = new MauiContext(services);