In wpf, is it somehow possible to lookup the definition of the default style of a control?
In this question I saw an example thereof, see: "just for a reference, here's the default MenuItem's style". Where did he/she find it?
In wpf, is it somehow possible to lookup the definition of the default style of a control?
In this question I saw an example thereof, see: "just for a reference, here's the default MenuItem's style". Where did he/she find it?
using Expressin Blend is the best answer for this. in Expression blend select the control on which you whould like to see the tamplate then right click and select the template then Edit a copy. this will create a copy os used tempalte will explorer the orignal template if you are not using any theme.
On the other hand you can look for http://wpfinspector.codeplex.com/