1 write to _mauiContext
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellRenderer.cs (1)
402
_mauiContext
= mauiContext;
3 references to _mauiContext
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellRenderer.cs (3)
227
_mauiContext
?.CreateLogger<ShellRenderer>()?.LogWarning(exc, "Failed on changing current item");
301
_mauiContext
?.CreateLogger<ShellRenderer>()?.LogWarning(exc, "Failed to SetCurrentShellItemController");
387
IMauiContext IElementHandler.MauiContext =>
_mauiContext
;