I\'m wondering how I can extract (get a copy) of the Default Template of a given control using Visual Studio. I know this can be done with Expression Blend (right click a co
From Visual studio - right click the control, choose properties,
In the properties window look for the Template Property and right click it, choose Extract Value To Resource
That will create a copy of the template in the XAML for you to work on.