Base:
method
OnChildAdded
Microsoft.Maui.Controls.Element.OnChildAdded(Microsoft.Maui.Controls.Element)
5 overrides of OnChildAdded
Microsoft.Maui.Controls (5)
IndicatorView\IndicatorStackLayout.cs (1)
17
protected override void
OnChildAdded
(Element child)
Layout\AndExpandLayoutManager.cs (1)
127
protected override void
OnChildAdded
(Element child)
LegacyLayouts\Layout.cs (1)
41
protected override void
OnChildAdded
(Element child)
MultiPage.cs (1)
128
protected override void
OnChildAdded
(Element child)
SwipeView\SwipeView.cs (1)
266
protected override void
OnChildAdded
(Element child)
5 references to OnChildAdded
Microsoft.Maui.Controls (5)
IndicatorView\IndicatorStackLayout.cs (1)
19
base.
OnChildAdded
(child);
LegacyLayouts\Layout.cs (2)
43
base.
OnChildAdded
(child);
665
OnChildAdded
(view);
MultiPage.cs (1)
130
base.
OnChildAdded
(child);
SwipeView\SwipeView.cs (1)
268
base.
OnChildAdded
(child);