4 overrides of OnChildAdded
Microsoft.Maui.Controls (4)
Shell\ShellContent.cs (1)
165
protected override void
OnChildAdded
(Element child)
Shell\ShellItem.cs (1)
253
protected override void
OnChildAdded
(Element child)
Shell\ShellSection.cs (1)
682
protected override void
OnChildAdded
(Element child)
VisualElement\VisualElement.cs (1)
1308
protected override void
OnChildAdded
(Element child)
7 references to OnChildAdded
Microsoft.Maui.Controls (7)
Element\Element.cs (2)
208
OnChildAdded
(element);
225
OnChildAdded
(element);
Menu\MenuFlyout.cs (1)
46
OnChildAdded
(element);
Shell\ShellContent.cs (1)
167
base.
OnChildAdded
(child);
Shell\ShellItem.cs (1)
255
base.
OnChildAdded
(child);
Shell\ShellSection.cs (1)
684
base.
OnChildAdded
(child);
VisualElement\VisualElement.cs (1)
1310
base.
OnChildAdded
(child);