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)
512 OnChildMeasureInvalidated(child, new InvalidationEventArgs(trigger, depth)); 635 InvalidateMeasureInternal(new InvalidationEventArgs(InvalidationTrigger.MeasureChanged, depth));
VisualElement\VisualElement.cs (2)
1413 InvalidateMeasureInternal(new InvalidationEventArgs(trigger, 0)); 1440 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)
524 if (e is InvalidationEventArgs args)
VisualElement\VisualElement.cs (2)
1416 internal virtual void InvalidateMeasureInternal(InvalidationEventArgs eventArgs) 1444 private protected void FireMeasureChanged(InvalidationEventArgs args)