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.