A Simpler Way To Create A Designer For A Templated Control
A little while ago I wrote up a designer class for templated controls. It extends the TemplatedControlDesigner and will work right out of the box on most controls that have templates. I'm posting the code here, but made it an article because it's a couple hundred lines of code. So, here's the code for my SimpleTemplatedControlDesigner.