protected void InvalidateArrange() => ArrangeInvalidated?.Invoke(this, null);
/// <summary> /// Invalidates the arrange state (layout) for all UIElement containers that reference this /// layout. After the invalidation, the UIElement will have its layout updated, which /// occurs asynchronously. /// </summary> protected void InvalidateArrange() => ArrangeInvalidated?.Invoke(this, EventArgs.Empty);