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)
146
if (
_context
?.Shell is IShellController shellController)
219
var renderer = RendererForShellContent(shellContent) ??
_context
.CreateShellSectionRenderer(shellContent);
246
_appearanceTracker =
_context
.CreateTabBarAppearanceTracker();
248
((IShellController)
_context
.Shell).AddAppearanceObserver(this, shellItem);
295
var renderer =
_context
.CreateShellSectionRenderer(shellContent);