Ok, so I just wasted an hour hunting why my lookless WPF control wasn't showing up in the Window.
Eventually, i traced it to the fact that I forgot to add the ResourceDictionary entry in the generic.xaml file under the themes directory. The style and the class itself was OK.
Is there a way to trace what is going on inside WPF? How to trace how a style gets loaded (or NOT loaded). I imagine that must become a huge stack of stuff to look at, but there has got to be better than having to check each and every file for typos or stuff i forgot.
(I've searched for other questions but there's mostly for a specific case)
Thanks!