Avalonia 12

This commit is contained in:
ClemensFischer 2026-04-14 08:45:06 +02:00
parent 35083c710b
commit 411b94ea71

View file

@ -95,7 +95,7 @@ public static class DependencyPropertyHelper
return AddOwner(source, changed);
}
public static void SetBinding(this AvaloniaObject target, AvaloniaProperty property, ReflectionBinding binding)
public static void SetBinding(this AvaloniaObject target, AvaloniaProperty property, BindingBase binding)
{
target.Bind(property, binding);
}