Handy WPF Tool - Style Snooper

Walt Ritscher has a really handy tool on his blog called 'Style Snooper'.  This  utility will display the style of any WPF control from its assembly.   It does this by parsing all the public, concrete, non-generic classes  in the assembly that derive from FrameWorkElement.  Even better, he's provided the source code.