问题
How do I walk through an assemblies BAML resources and convert them back to XAML?
回答1:
The BamlViewer plugin for Reflector does exactly that, you might want to have a look at the code on CodePlex: http://reflectoraddins.codeplex.com/wikipage?title=BamlViewer
回答2:
Alternative to Reflector is ILSpy, which is free an open source. It can decompile BAML files to XAML.
来源:https://stackoverflow.com/questions/4014054/how-to-convert-an-assemblies-baml-to-xaml