38 references to AddLogicalChild
Microsoft.Maui.Controls (38)
Application\Application.cs (1)
558 AddLogicalChild(windowElement);
BindableObjectExtensions.cs (1)
185 owner.AddLogicalChild(newView);
Border\Border.cs (2)
67 AddLogicalChild(visualElement); 286 border.AddLogicalChild(newElement);
Cells\ViewCell.cs (1)
35 AddLogicalChild(_view);
Compatibility\Handlers\Shell\iOS\UIContainerCell.cs (2)
41 bsi.AddLogicalChild(View); 43 shell.AddLogicalChild(View);
Embedding\EmbeddingExtensions.cs (1)
101 wnd.AddLogicalChild(visual);
FormattedString.cs (1)
63 this.AddLogicalChild(bo);
Handlers\Items\iOS\ItemsViewController.cs (1)
684 ItemsView.AddLogicalChild(_emptyViewFormsElement);
Handlers\Items\iOS\StructuredItemsViewController.cs (1)
181 ItemsView.AddLogicalChild(formsElement);
Handlers\Items\iOS\TemplatedCell.cs (1)
188 itemsView.AddLogicalChild(view);
Handlers\Items2\iOS\ItemsViewController2.cs (1)
429 ItemsView.AddLogicalChild(_emptyViewFormsElement);
Handlers\Items2\iOS\TemplatedCell2.cs (1)
141 itemsView.AddLogicalChild(virtualView);
Layout\Layout.cs (1)
161 AddLogicalChild(element);
Menu\MenuBarItem.cs (1)
64 AddLogicalChild((Element)item);
Menu\MenuBarTracker.cs (1)
36 _parent.AddLogicalChild(_menuBar);
Menu\MenuFlyout.cs (1)
40 AddLogicalChild((Element)item);
Menu\MenuFlyoutSubItem.cs (1)
33 AddLogicalChild((Element)item);
Platform\ModalNavigationManager\ModalNavigationManager.cs (1)
264 _window.AddLogicalChild(modal);
Shell\BaseShellItem.cs (1)
69 AddLogicalChild(element);
Shell\Shell.cs (6)
1882 AddLogicalChild); 1892 AddLogicalChild, 1903 AddLogicalChild); 1913 AddLogicalChild, 2049 AddLogicalChild); 2059 AddLogicalChild,
Shell\ShellContent.cs (1)
209 AddLogicalChild(value);
Shell\ShellSection.cs (1)
1009 AddLogicalChild(page);
SwipeView\SwipeItems.cs (2)
24 AddLogicalChild(e); 137 AddLogicalChild(e);
SwipeView\SwipeView.cs (5)
28 AddLogicalChild(RightItems); 29 AddLogicalChild(LeftItems); 30 AddLogicalChild(TopItems); 31 AddLogicalChild(BottomItems); 149 swipeView.AddLogicalChild(newItems);
Window\Window.cs (2)
400 self.AddLogicalChild(titleBar); 625 AddLogicalChild(newPage);