Skip to content

Transform the BindableProperties in a list instead of Dictionary #49

@akamud

Description

@akamud

The BindableProperties is a Dictionary, so any property with the same name added will break the debug.

This happens right now with the "Bound" property, if the control has multiple triggers. While #48 will solve this specific issue, it might be a better idea to use a simple list since we don't care much about the uniqueness of the property.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions