I have a Library project that holds my logic, and I don't want it to be dependent on WPF, the question is:
Is there a way to extend the properties to be dependency properties? Or do I actually have to rewrite ALL my properties and variables?! It sounds far-fetched and surreal, yet I think it might be the case, so I'm leaving it to you guys because Google didn't even understand what I want (unrelated results).
By the way, I read and heard over the time that one primary concept of WPF is separating UI from logic, yet it forces you to make your properties (logic) to dependency properties (UI). It's kind of ridiculous, isn't it?