3 references to MeasureInvalidated
Microsoft.Maui.Controls (3)
LegacyLayouts\Layout.cs (2)
351
/// Invoked whenever a child of the layout has emitted <see cref="VisualElement.
MeasureInvalidated
" />.
376
/// Invoked whenever a child of the layout has emitted <see cref="VisualElement.
MeasureInvalidated
" />.
VisualElement\VisualElement.cs (1)
1413
MeasureInvalidated
?.Invoke(this, args);