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)
510
OnChildMeasureInvalidated(child, new
InvalidationEventArgs
(trigger, depth));
633
InvalidateMeasureInternal(new
InvalidationEventArgs
(InvalidationTrigger.MeasureChanged, depth));
VisualElement\VisualElement.cs (2)
1380
InvalidateMeasureInternal(new
InvalidationEventArgs
(trigger, 0));
1407
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)
522
if (e is
InvalidationEventArgs
args)
VisualElement\VisualElement.cs (2)
1383
internal virtual void InvalidateMeasureInternal(
InvalidationEventArgs
eventArgs)
1411
private protected void FireMeasureChanged(
InvalidationEventArgs
args)