I am trying to find the default control template for the WPF DatePicker control in .NET 4. I have tried the MSDN page, but the "link" to the DatePicker control is just text. I have tried StyleSnooper, but it has an error when loading PresentationFramework.dll.
Is there any way other than开发者_如何转开发 Expression Blend to get the default template?
Thanks.
You can download them from this page, or more specifically here.
FYI you can also used Blend to extract a style for any control.
精彩评论