8 references to ShellRenderer
Microsoft.Maui.Controls (8)
Compatibility\Handlers\Shell\iOS\ShellRenderer.cs (6)
16
public static IPropertyMapper<Shell,
ShellRenderer
> Mapper = new PropertyMapper<Shell,
ShellRenderer
>(ViewHandler.ViewMapper);
17
public static CommandMapper<Shell,
ShellRenderer
> CommandMapper = new CommandMapper<Shell,
ShellRenderer
>(ViewHandler.ViewCommandMapper);
227
_mauiContext?.CreateLogger<
ShellRenderer
>()?.LogWarning(exc, "Failed on changing current item");
301
_mauiContext?.CreateLogger<
ShellRenderer
>()?.LogWarning(exc, "Failed to SetCurrentShellItemController");
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
235
if (_context is
ShellRenderer
shellRenderer)
Hosting\AppHostBuilderExtensions.cs (1)
150
handlersCollection.AddHandler<Shell,
ShellRenderer
>();