notanaverageman / Bindables

Bindables converts your auto properties into Wpf dependency or attached properties.
MIT License
52 stars 9 forks source link

Can't generate dependency property and attached property in the same class #26

Closed notanaverageman closed 2 years ago

notanaverageman commented 2 years ago

Multiple static constructors are generated since there are separate property generators for dependency and attached properties.