AvaloniaUI / Avalonia.Xaml.Behaviors

Port of Windows UWP Xaml Behaviors for Avalonia Xaml.
MIT License
385 stars 46 forks source link

The ChangePropertyAction does not work when the attached property has a namespace prefix #162

Open yll690 opened 3 months ago

yll690 commented 3 months ago

I have defined a custom attached property and want to use ChangePropertyAction to change it. However it does not work. As shown in this screenshot, the avaloniaProperty.OwnerType.Name and the targetPropertyTypeName should match but they don't as the targetPropertyTypeName has a prefix. image