Possible Duplicate:
Control template for existing controls in WPF
The deeper into WPF development I get the more I feel the need to customize controls to suit my needs. The problem is that I don't know where to find the baseline XAML to begin changing styles. Searching for example on Google "wpf style calendar" yields plenty of results where people have made a lot of modifications with what appears to be XAML used from the default style. I can't imagine it was all hand written.
I tried using Snoop but that only appears to tell me the hierarchy and not the XAML used.
Thank you.