I have noticed that some control vendors are shipping all of the XAML resources for their WPF controls alongside the binaries (without requiring a source code license). I know for sure that Xceed does this, and I know there are one or two others. Microsoft also ships all of their standard styles and templates with Expression Blend.
I find it immensely useful to have these resources on hand. It's much easier to create custom control styles and templates when you can look at how the originals were designed and work from there. Yes, these resources can sometimes be extracted with Reflector, but that seems like an unnecessary extra step. Even in Actipro's product documentation (which is pretty extensive compared to the competition), there is often no mention of the named parts that should be defined in custom templates. This again requires opening up Reflector to look for the TemplatePart attributes.
Surely if Actipro were to jump on the bandwagon and start including its XAML resources with WPF Studio, that would be a Good Thing™ (*friendly nudge*).
I find it immensely useful to have these resources on hand. It's much easier to create custom control styles and templates when you can look at how the originals were designed and work from there. Yes, these resources can sometimes be extracted with Reflector, but that seems like an unnecessary extra step. Even in Actipro's product documentation (which is pretty extensive compared to the competition), there is often no mention of the named parts that should be defined in custom templates. This again requires opening up Reflector to look for the TemplatePart attributes.
Surely if Actipro were to jump on the bandwagon and start including its XAML resources with WPF Studio, that would be a Good Thing™ (*friendly nudge*).