1 implementation of GetOrCreateContent
Microsoft.Maui.Controls (1)
Shell\ShellContent.cs (1)
58
Page IShellContentController.
GetOrCreateContent
()
5 references to GetOrCreateContent
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (5)
19
bool IShellSectionRootRenderer.ShowNavBar => Shell.GetNavBarIsVisible(((IShellContentController)ShellSection.CurrentItem).
GetOrCreateContent
());
117
tracker.Page = ((IShellContentController)ShellSection.CurrentItem).
GetOrCreateContent
();
275
var page = ((IShellContentController)item).
GetOrCreateContent
();
292
page = ((IShellContentController)item).
GetOrCreateContent
();
535
var page = ((IShellContentController)newItem).
GetOrCreateContent
();