38 references to RemoveLogicalChild
Microsoft.Maui.Controls (38)
Application\Application.cs (1)
495 RemoveLogicalChild(windowElement);
BindableObjectExtensions.cs (1)
182 owner.RemoveLogicalChild(oldView);
Border\Border.cs (2)
87 RemoveLogicalChild(visualElement); 281 border.RemoveLogicalChild(oldElement);
Cells\ViewCell.cs (1)
26 RemoveLogicalChild(_view);
Compatibility\Handlers\Shell\iOS\UIContainerCell.cs (2)
71 bsi.RemoveLogicalChild(View); 73 shell.RemoveLogicalChild(View);
FormattedString.cs (1)
48 bo.Parent?.RemoveLogicalChild(bo);
Handlers\Items\iOS\ItemsViewController.cs (1)
710 ItemsView.RemoveLogicalChild(_emptyViewFormsElement);
Handlers\Items\iOS\StructuredItemsViewController.cs (1)
167 ItemsView.RemoveLogicalChild(formsElement);
Handlers\Items\iOS\TemplatedCell.cs (1)
165 itemsView.RemoveLogicalChild(oldElement);
Handlers\Items2\iOS\ItemsViewController2.cs (1)
455 ItemsView.RemoveLogicalChild(_emptyViewFormsElement);
Handlers\Items2\iOS\TemplatedCell2.cs (1)
68 (view.Parent as ItemsView)?.RemoveLogicalChild(view);
Layout\Layout.cs (3)
70 RemoveLogicalChild(oldElement); 178 RemoveLogicalChild(element); 277 RemoveLogicalChild(element);
Menu\MenuBarTracker.cs (1)
32 _menuBar.Parent?.RemoveLogicalChild(_menuBar);
Menu\MenuFlyoutSubItem.cs (2)
76 var result = RemoveLogicalChild((Element)item); 88 RemoveLogicalChild((Element)item);
NavigationPage\NavigationPage.cs (1)
793 currentPage.RemoveLogicalChild(currentPage.TitleView);
Page\Page.cs (1)
737 RemoveLogicalChild(item);
Platform\ModalNavigationManager\ModalNavigationManager.cs (2)
160 page.Parent?.RemoveLogicalChild(page); 241 modal.Parent?.RemoveLogicalChild(modal);
Shell\BaseShellItem.cs (1)
73 RemoveLogicalChild(element);
Shell\Shell.cs (6)
1881 (element) => RemoveLogicalChild(element), 1891 (element) => RemoveLogicalChild(element), 1902 (element) => RemoveLogicalChild(element), 1912 (element) => RemoveLogicalChild(element), 2048 (element) => RemoveLogicalChild(element), 2058 (element) => RemoveLogicalChild(element),
Shell\ShellContent.cs (2)
203 RemoveLogicalChild(oldCache); 256 RemoveLogicalChild(_contentCache);
Shell\ShellSection.cs (1)
1014 RemoveLogicalChild(page);
SwipeView\SwipeItems.cs (2)
81 RemoveLogicalChild(e); 145 RemoveLogicalChild(e);
SwipeView\SwipeView.cs (1)
142 swipeView.RemoveLogicalChild(oldItems);
Window\Window.cs (2)
395 self.RemoveLogicalChild(prevTitleBar); 614 RemoveLogicalChild(oldPage);