1 write to _context
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (1)
63
_context
= context;
5 references to _context
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (5)
147
if (
_context
?.Shell is IShellController shellController)
220
var renderer = RendererForShellContent(shellContent) ??
_context
.CreateShellSectionRenderer(shellContent);
247
_appearanceTracker =
_context
.CreateTabBarAppearanceTracker();
249
((IShellController)
_context
.Shell).AddAppearanceObserver(this, shellItem);
296
var renderer =
_context
.CreateShellSectionRenderer(shellContent);