I am looking to change the style of a control but I basically want to copy part of a default style. Does anyone know how I can figure out what the default style of a control
Contrary to what Rachel says, the link she provides does not provide the default templates.
I have seen using System.Windows.Markup.XamlWriter.Save(myObject.Template) that the default templates are completely different from what that site shows.