Does anyone know if is there a tool inspect the control hierarchy in Silverlight, similar to a DOM browser in HTML? I am trying to give my app the same look and feel in light and dark themes, and I’m having troubling isolating the phone resource that is causing a few elements to still change color.
Thanks!
I would also endorse Silverlight Spy for this sort of thing. With it you can drill down through the visual tree, examine properties of UI elements, and with the paid version you can change those properties on the fly to see the results. If you combine that with Reflector (or one of the clones floating around) you have everything you need to extract and test styles.
Note that there is (now) a free version of Silverlight Spy but it is quite hobbled, if your budget allows you may as well just grab the full version (it is one of those tools you will use frequently, so well worth it).