4 references to CreateContent
Microsoft.Maui.Controls (4)
Shell\ShellContent.cs (1)
91 result = ContentCache ?? (Page)template.CreateContent(content, this);
Shell\ShellTemplatedViewManager.cs (1)
55 newContentView = (View)newViewTemplate.CreateContent(newViewTemplate, shell);
TemplatedItemsList.cs (2)
542 if (ItemTemplate?.CreateContent(item, _itemsView) is not TItem content) 749 groupProxy.HeaderContent = (TItem)GroupHeaderTemplate.CreateContent(groupProxy.ItemsSource, _itemsView);