6 references to RemoveLogicalChild
Microsoft.Maui.Controls (6)
Element\Element.cs (2)
250
RemoveLogicalChild
(element, index);
269
RemoveLogicalChild
(LogicalChildrenInternalBackingStore[i], i);
Menu\MenuBarItem.cs (2)
103
var result =
RemoveLogicalChild
((Element)item, index);
112
RemoveLogicalChild
((Element)item, index);
Menu\MenuFlyout.cs (2)
85
var result =
RemoveLogicalChild
((Element)item, index);
94
RemoveLogicalChild
((Element)item, index);