Search code examples
wpfresourcesbaml

In what assembly are the WPF UI BAML files?


I've seen them before, but I can't seem to find them.

The .baml files for WPF controls are found under an embedded resource called ???.g.resources where ??? is the name of the assembly.

I've looked through the resources of the following assemblies:

  • PresentationUI
  • PresentationCore
  • PresentationFramework
  • WindowsBase

but they aren't in there. I could have swore they were.

Does anybody have a clue?


Solution

  • Have you tried looking in PresentationFramework.Aero.dll, PresentationFramework.Classic.dll, PresentationFramework.Royal.dll or PresentationFramework.Luna.dll? Also you can use a dedicated baml viewer.