4 overrides of OnChildAdded
Microsoft.Maui.Controls (4)
Shell\ShellContent.cs (1)
165
protected override void
OnChildAdded
(Element child)
Shell\ShellItem.cs (1)
251
protected override void
OnChildAdded
(Element child)
Shell\ShellSection.cs (1)
669
protected override void
OnChildAdded
(Element child)
VisualElement\VisualElement.cs (1)
1271
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)
253
base.
OnChildAdded
(child);
Shell\ShellSection.cs (1)
671
base.
OnChildAdded
(child);
VisualElement\VisualElement.cs (1)
1273
base.
OnChildAdded
(child);