Equivalent for TypeConverters for tags within property element tags?
Scenario: I'm trying to build my DataContext object tree for use as design time data. Great, awesome. Issue: I have a few types, some I control and some (such as DataRowView) that I don't, which cannot be simply new-ed up. I need some way to create instances of these types for use in my models. What I'd love is an equivalent of t...