In what assembly are the WPF UI BAML files?

721 Views Asked by At

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?

1

There are 1 best solutions below

2
On BEST ANSWER

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.