Tagged Questions

4
votes
1answer
174 views

Manage localization with Baml

I'm developping a little application in WPF and I want to localize my resources. I've always used resources files (.resx), but I heard about BAML that was suppose to change the way of manage ...
0
votes
0answers
26 views

System.Xaml.XamlParseException: “Found unknown BAML record …”

My app throws the following exception only the first time it is run on my test machine (32bit WinXP): System.Xaml.XamlParseException: "Found unknown BAML record 97". at ...
0
votes
1answer
376 views

How to decompile complex BAML to valid XAML

I tried ILSpy, but it failed: System.NotImplementedException: StaticResourceStart в Ricciolo.StylesExplorer.MarkupReflection.XmlBamlReader.ProcessNext() в ...
0
votes
2answers
145 views

WPF MarkupExtension to Determine Assembly in which XAML is Embedded

I have a WPF project (in .NET 4.0) with XAML resources embedded in as assembly as Pages. In the XAML, I need to have MarkupExtension that is declared in another assembly that has no specific knowledge ...
0
votes
1answer
1k views

XAML to C# conversion tool

Is there a XAML to C# conversion tool? I have a control template defined in XAML, but I want to create this template and it's styles using C#, so I can obfuscate the code version (since I can't ...