I have a huge theme xaml with control templates and styles. i need to find which styles from this list are applied to some of my controls. i see that the style of my control has changed but i can't find the place. for example, i have a Grid and i see that the background is changed, but i can't find TargetType woth Grid parameter.
A:
Use the Snoop tool that can show you all your layout hierarchy and if element's attribute was set locally or inherited.
Mart
2009-11-24 08:14:21
thank you. cool tool!
2009-11-25 08:20:46