2 overrides of OnChildMeasureInvalidatedInternal
Microsoft.Maui.Controls (2)
LegacyLayouts\Layout.cs (1)
344
internal override void
OnChildMeasureInvalidatedInternal
(VisualElement child, InvalidationTrigger trigger, int depth)
Page\Page.cs (1)
507
internal override void
OnChildMeasureInvalidatedInternal
(VisualElement child, InvalidationTrigger trigger, int depth)
1 reference to OnChildMeasureInvalidatedInternal
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1415
(Parent as VisualElement)?.
OnChildMeasureInvalidatedInternal
(this, args.Trigger, ++depth);