I want to use an TargetType="{x:Type Yadda.Stuff}" where Yadda is a
class and Stuff is an inner class of Yadda. Is this possible in Xaml?
I'd rather not have the namespace polluted with a wrapper class that
I'm using to populate a TreeView (as I can't modify the data class
itself).
Any help is appreciated.


