How to convert an assemblies BAML to XAML?
Asked Answered
E

2

4

How do I walk through an assemblies BAML resources and convert them back to XAML?

Estrin answered 25/10, 2010 at 11:21 Comment(0)
L
2

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

Lariat answered 25/10, 2010 at 11:48 Comment(0)
G
2

Alternative to Reflector is ILSpy, which is free and open source. It can decompile BAML files to XAML.

Gape answered 10/5, 2016 at 20:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.