Style Analyzer for WPF / Silverlight

I am looking for a utility that will go through all the XAML files in a project and define certain styles that are not used anywhere.

Does such a tool exist?

+3
source share
3 answers

There is no such tool as far as I know.

You can use a simple search VisualStudioor Expression Blend or XamlPad (which is free).

Hope this helps.

+1
source

If the style is in the same ReSharper file , it demonstrates well unused styles, a converter, etc. painting them a little. There is a 30 day trial.

What it looks like:

+1
source

Silverlight. WPF. :

Silverlight

Rgds,

+1

All Articles