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)
259 protected override void OnChildRemoved(Element child, int oldLogicalIndex)
Shell\ShellSection.cs (1)
688 protected override void OnChildRemoved(Element child, int oldLogicalIndex)
VisualElement\VisualElement.cs (1)
1323 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)
261 base.OnChildRemoved(child, oldLogicalIndex);
Shell\ShellSection.cs (2)
696 base.OnChildRemoved(child, oldLogicalIndex); 701 base.OnChildRemoved(child, oldLogicalIndex);
VisualElement\VisualElement.cs (1)
1325 base.OnChildRemoved(child, oldLogicalIndex);