Base:
method
OnChildRemoved
Microsoft.Maui.Controls.Element.OnChildRemoved(Microsoft.Maui.Controls.Element, System.Int32)
4 overrides of OnChildRemoved
Microsoft.Maui.Controls (4)
Layout\AndExpandLayoutManager.cs (1)
132 protected override void OnChildRemoved(Element child, int oldLogicalIndex)
LegacyLayouts\Layout.cs (1)
51 protected override void OnChildRemoved(Element child, int oldLogicalIndex)
TemplatedPage.cs (1)
64 protected override void OnChildRemoved(Element child, int oldLogicalIndex)
TemplatedView\TemplatedView.cs (1)
105 protected override void OnChildRemoved(Element child, int oldLogicalIndex)
4 references to OnChildRemoved
Microsoft.Maui.Controls (4)
LegacyLayouts\Layout.cs (2)
53 base.OnChildRemoved(child, oldLogicalIndex); 674 OnChildRemoved(view, oldIndex);
TemplatedPage.cs (1)
66 base.OnChildRemoved(child, oldLogicalIndex);
TemplatedView\TemplatedView.cs (1)
107 base.OnChildRemoved(child, oldLogicalIndex);