1 instantiation of ShellSectionRenderer
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellRenderer.cs (1)
198
return new
ShellSectionRenderer
(this);
4 references to ShellSectionRenderer
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
438
if (controller?.ParentViewController is
ShellSectionRenderer
ssr)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (3)
698
if ((_parent as
ShellSectionRenderer
).ActiveViewControllers().Length == 1)
706
readonly
ShellSectionRenderer
_self;
708
public NavDelegate(
ShellSectionRenderer
renderer)