7 instantiations of InvalidationEventArgs
Microsoft.Maui.Controls (7)
LegacyLayouts\Layout.cs (3)
347
OnChildMeasureInvalidated(child, new
InvalidationEventArgs
(trigger, depth));
581
InvalidateMeasureInternal(new
InvalidationEventArgs
(InvalidationTrigger.RendererReady, depth));
585
InvalidateMeasureInternal(new
InvalidationEventArgs
(InvalidationTrigger.MeasureChanged, depth));
Page\Page.cs (2)
507
OnChildMeasureInvalidated(child, new
InvalidationEventArgs
(trigger, depth));
630
InvalidateMeasureInternal(new
InvalidationEventArgs
(InvalidationTrigger.MeasureChanged, depth));
VisualElement\VisualElement.cs (2)
1376
InvalidateMeasureInternal(new
InvalidationEventArgs
(trigger, 0));
1403
FireMeasureChanged(new
InvalidationEventArgs
(trigger, depth));
5 references to InvalidationEventArgs
Microsoft.Maui.Controls (5)
LegacyLayouts\Layout.cs (1)
361
if (e is
InvalidationEventArgs
args)
LegacyLayouts\StackLayout.cs (1)
100
internal override void InvalidateMeasureInternal(
InvalidationEventArgs
trigger)
Page\Page.cs (1)
519
if (e is
InvalidationEventArgs
args)
VisualElement\VisualElement.cs (2)
1379
internal virtual void InvalidateMeasureInternal(
InvalidationEventArgs
eventArgs)
1407
private protected void FireMeasureChanged(
InvalidationEventArgs
args)