I am developing user controls for winRT app. I want to avoid massive repetition of code and I am wondering if you know any solution for code weaving for properties and dependency property? I've tried Fody, but it doesn't work well with dependency properties. I just want my code to be more smooth and more clear for reading and writing.
Cheers