42 references to RemoveLogicalChild
Microsoft.Maui.Controls (38)
Application\Application.cs (1)
496
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)
705
ItemsView.
RemoveLogicalChild
(_emptyViewFormsElement);
Handlers\Items\iOS\StructuredItemsViewController.cs (1)
132
ItemsView.
RemoveLogicalChild
(formsElement);
Handlers\Items\iOS\TemplatedCell.cs (1)
165
itemsView.
RemoveLogicalChild
(oldElement);
Handlers\Items2\iOS\ItemsViewController2.cs (1)
525
ItemsView.
RemoveLogicalChild
(_emptyViewFormsElement);
Handlers\Items2\iOS\TemplatedCell2.cs (1)
68
(view.Parent as ItemsView)?.
RemoveLogicalChild
(view);
Layout\Layout.cs (3)
72
RemoveLogicalChild
(oldElement);
180
RemoveLogicalChild
(element);
279
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)
739
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)
396
self.
RemoveLogicalChild
(prevTitleBar);
615
RemoveLogicalChild
(oldPage);
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\ItemsViewController.cs (1)
543
ItemsView.
RemoveLogicalChild
(_emptyViewFormsElement);
iOS\CollectionView\StructuredItemsViewController.cs (1)
123
ItemsView.
RemoveLogicalChild
(formsElement);
iOS\CollectionView\TemplatedCell.cs (1)
111
itemsView.
RemoveLogicalChild
(oldElement);
iOS\Renderers\UIContainerCell.cs (1)
72
shell.
RemoveLogicalChild
(shell);