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)
686
protected override void
OnChildRemoved
(Element child, int oldLogicalIndex)
VisualElement\VisualElement.cs (1)
1290
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)
694
base.
OnChildRemoved
(child, oldLogicalIndex);
699
base.
OnChildRemoved
(child, oldLogicalIndex);
VisualElement\VisualElement.cs (1)
1292
base.
OnChildRemoved
(child, oldLogicalIndex);