4 overrides of OnChildRemoved
Microsoft.Maui.Controls (4)
Shell\ShellContent.cs (1)
175 protected override void OnChildRemoved(Element child, int oldLogicalIndex)
Shell\ShellItem.cs (1)
257 protected override void OnChildRemoved(Element child, int oldLogicalIndex)
Shell\ShellSection.cs (1)
675 protected override void OnChildRemoved(Element child, int oldLogicalIndex)
VisualElement\VisualElement.cs (1)
1286 protected override void OnChildRemoved(Element child, int oldLogicalIndex)
6 references to OnChildRemoved
Microsoft.Maui.Controls (6)
Element\Element.cs (1)
276 OnChildRemoved(element, index);
Shell\ShellContent.cs (1)
177 base.OnChildRemoved(child, oldLogicalIndex);
Shell\ShellItem.cs (1)
259 base.OnChildRemoved(child, oldLogicalIndex);
Shell\ShellSection.cs (2)
683 base.OnChildRemoved(child, oldLogicalIndex); 688 base.OnChildRemoved(child, oldLogicalIndex);
VisualElement\VisualElement.cs (1)
1288 base.OnChildRemoved(child, oldLogicalIndex);