How do i get the default xaml template for a control? In expression blend you can right click a control and press style then i generates the current template as xaml.. how do i do this if i don't have expression blend?
Asked
Active
Viewed 1,793 times
4 Answers
2
You can use XAMLPad
or StyleSnooper
or Reflector
.

decyclone
- 30,394
- 6
- 63
- 80
-
i have reflector but how do i go from the class to get xaml? – Peter Nov 25 '10 at 10:06
1
just verify this link
Control template for existing controls in WPF
You can use Reflector tool to get resource like xaml of existing controls

Community
- 1
- 1

Kishore Kumar
- 21,449
- 13
- 81
- 113