0

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.

Community
  • 1
  • 1
gcso
  • 2,315
  • 3
  • 28
  • 50

1 Answers1

3

You might try Style Snooper. It shows not exact XAML, but that's better than nothing.

Optillect Team
  • 1,737
  • 2
  • 11
  • 12