From f8ea38c90e78f3607adbd88cbffc1322efc57faa Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Tue, 22 Aug 2023 14:55:59 +0200 Subject: [PATCH] Fix property name. --- src/Avalonia.Controls/ItemsControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Controls/ItemsControl.cs b/src/Avalonia.Controls/ItemsControl.cs index 8c40cc8335..41e9e7c111 100644 --- a/src/Avalonia.Controls/ItemsControl.cs +++ b/src/Avalonia.Controls/ItemsControl.cs @@ -68,7 +68,7 @@ namespace Avalonia.Controls AvaloniaProperty.Register(nameof(DisplayMemberBinding)); private static readonly AttachedProperty AppliedItemContainerTheme = - AvaloniaProperty.RegisterAttached("HasAppliedItemContainerTheme"); + AvaloniaProperty.RegisterAttached("AppliedItemContainerTheme"); /// /// Gets or sets the to use for binding to the display member of each item.